diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-30 07:21:49 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-30 07:21:49 +0300 |
commit | 11eabb3a65280cbbaa41dac1beec425714b7230a (patch) | |
tree | c0e47f305897688321af3fd21ac9869b76492a6b /net-libs | |
parent | 4cf88f2330f52c126d2250e70214062af76557c6 (diff) |
pybitmessage-0.6 scm
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" |