diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/libtorrent-scm.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-scm.ebuild b/net-libs/libtorrent/libtorrent-scm.ebuild index 96dde0e..66f72d6 100644 --- a/net-libs/libtorrent/libtorrent-scm.ebuild +++ b/net-libs/libtorrent/libtorrent-scm.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit eutils toolchain-funcs libtool git-2 +inherit eutils toolchain-funcs libtool git-r3 DESCRIPTION="BitTorrent library written in C++ for *nix" HOMEPAGE="https://rakshasa.github.io/rtorrent/" @@ -13,6 +13,7 @@ LICENSE="GPL-2" KEYWORDS="" EGIT_REPO_URI="git://github.com/rakshasa/libtorrent.git" +EGIT_BRANCH="feature-bind" IUSE="debug ipv6 +c++0x libressl +ssl static-libs" |