summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-05-30 13:05:30 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-05-30 13:05:30 +0000
commit6f53f0ca443c8e8b38f3641d6708567b4cffa9f8 (patch)
tree3d56a988739fa134d1361cab4c20f582986e7fc4 /net-libs/rb_libtorrent
parentFix dependency issue by using bundled jline classes that have been refactored... (diff)
downloadgentoo-2-6f53f0ca443c8e8b38f3641d6708567b4cffa9f8.tar.gz
gentoo-2-6f53f0ca443c8e8b38f3641d6708567b4cffa9f8.tar.bz2
gentoo-2-6f53f0ca443c8e8b38f3641d6708567b4cffa9f8.zip
Fix python dependency
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r--net-libs/rb_libtorrent/ChangeLog6
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog
index 157d6e0ab492..0fc139d74b91 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.110 2011/05/26 21:21:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.111 2011/05/30 13:05:30 hwoarang Exp $
+
+ 30 May 2011; Markos Chandras <hwoarang@gentoo.org>
+ rb_libtorrent-0.14.12.ebuild:
+ Fix python dependency
26 May 2011; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.15.6.ebuild:
x86 stable, bug #365393
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 7e5b51324e79..3597c21bc1e0 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.3 2011/01/31 11:54:42 hwoarang Exp $
+# $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 $
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