summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2010-12-03 15:11:56 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2010-12-03 15:11:56 +0000
commit96707ea8990f8dd1ec12ab2e3dfb60c8dbc2fd8c (patch)
treed8257d9549983b7bfa680f81aefa6ccbc4b3cee2
parentadd back 0.6.5 (diff)
downloadgentoo-2-96707ea8990f8dd1ec12ab2e3dfb60c8dbc2fd8c.tar.gz
gentoo-2-96707ea8990f8dd1ec12ab2e3dfb60c8dbc2fd8c.tar.bz2
gentoo-2-96707ea8990f8dd1ec12ab2e3dfb60c8dbc2fd8c.zip
Also allow python:2.7
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
-rw-r--r--net-libs/rb_libtorrent/ChangeLog6
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild6
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild6
3 files changed, 13 insertions, 5 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog
index 5d9567f77a87..dd61f56be390 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.96 2010/11/11 15:27:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.97 2010/12/03 15:11:56 voyageur Exp $
+
+ 03 Dec 2010; Bernard Cafarelli <voyageur@gentoo.org>
+ rb_libtorrent-0.15.3.ebuild, rb_libtorrent-0.15.4.ebuild:
+ Also allow python:2.7
11 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
rb_libtorrent-0.14.9-r1.ebuild, rb_libtorrent-0.14.12.ebuild,
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild
index 371d4afeb176..5f60245150bc 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.15.3.ebuild,v 1.2 2010/11/11 15:27:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild,v 1.3 2010/12/03 15:11:56 voyageur Exp $
EAPI="2"
WANT_AUTOMAKE="1.11.1"
@@ -22,7 +22,9 @@ 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]
+ dev-lang/python:2.7[threads] ) )
>=sys-devel/libtool-2.2
sys-libs/zlib
examples? ( !net-p2p/mldonkey )" #292998
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild
index e9223db67466..d2c8619a4eec 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.15.4.ebuild,v 1.4 2010/11/11 15:27:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v 1.5 2010/12/03 15:11:56 voyageur Exp $
EAPI="2"
inherit eutils versionator
@@ -21,7 +21,9 @@ 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]
+ dev-lang/python:2.7[threads] ) )
>=sys-devel/libtool-2.2
sys-libs/zlib
examples? ( !net-p2p/mldonkey )