diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2015-03-17 20:08:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2015-03-17 20:08:16 +0000 |
commit | 2374096e0741bf5033d023e7460dd398bf121b51 (patch) | |
tree | dee8fa5741262d9121c20cabc0404ef7ac205ac2 /net-libs/rb_libtorrent | |
parent | Version bump. Bug #543570 (diff) | |
download | gentoo-2-2374096e0741bf5033d023e7460dd398bf121b51.tar.gz gentoo-2-2374096e0741bf5033d023e7460dd398bf121b51.tar.bz2 gentoo-2-2374096e0741bf5033d023e7460dd398bf121b51.zip |
Really fix the broken commit by Ian Delaney. Bug #539368 again
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index c1538e70a263..1ebe33f6681b 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.188 2015/03/11 07:38:28 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.189 2015/03/17 20:08:16 hwoarang Exp $ + + 17 Mar 2015; Markos Chandras <hwoarang@gentoo.org> + rb_libtorrent-0.16.17-r2.ebuild: + Really fix the broken commit by Ian Delaney. Bug #539368 again 11 Mar 2015; Ian Delaney <idella4@gentoo.org> rb_libtorrent-0.16.17-r2.ebuild: revert DEPEND RDEPEND to reflect the state in the -r1 diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild index a03ff355ecaa..daa91bc40789 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild,v 1.2 2015/03/11 07:38:28 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild,v 1.3 2015/03/17 20:08:16 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -23,7 +23,6 @@ IUSE="debug doc examples python ssl static-libs test" RESTRICT="test" RDEPEND=">=dev-libs/boost-1.48:=[threads] - >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl:= ) |