diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 0fc139d74b91..5994823049e8 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.111 2011/05/30 13:05:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.112 2011/05/30 14:22:28 hwoarang Exp $ + + 30 May 2011; Markos Chandras <hwoarang@gentoo.org> + rb_libtorrent-0.14.12.ebuild: + Revert my previous commit 30 May 2011; Markos Chandras <hwoarang@gentoo.org> rb_libtorrent-0.14.12.ebuild: diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild index 3597c21bc1e0..fa78183658d4 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.14.12.ebuild,v 1.4 2011/05/30 13:05:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild,v 1.5 2011/05/30 14:22:28 hwoarang Exp $ EAPI="2" inherit autotools eutils flag-o-matic versionator @@ -21,7 +21,7 @@ RESTRICT="test" DEPEND="|| ( >=dev-libs/boost-1.35 ( ~dev-libs/boost-1.34.1 dev-cpp/asio ) ) - python? ( >=dev-libs/boost-1.35.0-r5[python] >=dev-lang/python-2.6[threads] ) + python? ( >=dev-libs/boost-1.35.0-r5[python] dev-lang/python:2.6[threads] ) >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey )" #292998 |