summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-01-09 20:30:52 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-01-09 20:30:52 +0000
commit24231838e5a0a67806f0022ab26f78420242f981 (patch)
treeb9c3c7d75f8857aa714f25cad955b1224522afd1 /net-libs
parentBug #266804: Powerfail init script so that we work on the latest openrc where... (diff)
downloadgentoo-2-24231838e5a0a67806f0022ab26f78420242f981.tar.gz
gentoo-2-24231838e5a0a67806f0022ab26f78420242f981.tar.bz2
gentoo-2-24231838e5a0a67806f0022ab26f78420242f981.zip
Fix python dependency
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/rb_libtorrent/ChangeLog8
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild7
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild8
3 files changed, 13 insertions, 10 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog
index cb7aa33ebf14..0c5d1a5dc555 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.72 2009/12/19 22:33:44 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.73 2010/01/09 20:30:52 armin76 Exp $
+
+ 09 Jan 2010; Raúl Porcel <armin76@gentoo.org>
+ rb_libtorrent-0.14.6.ebuild, rb_libtorrent-0.14.7.ebuild:
+ Fix python dependency
19 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
rb_libtorrent-0.14.6.ebuild, rb_libtorrent-0.14.7.ebuild:
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild
index 416f3b1bca31..16ab135d9fc4 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.14.6.ebuild,v 1.6 2009/12/19 22:33:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild,v 1.7 2010/01/09 20:30:52 armin76 Exp $
EAPI="2"
inherit autotools eutils flag-o-matic
@@ -22,8 +22,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-libs/boost-1.35.0-r2 ) )
+ python? ( >=dev-libs/boost-1.35.0-r5[python] dev-lang/python:2.6[threads] )
sys-libs/zlib"
RDEPEND="${DEPEND}"
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild
index c08be90d4098..c7e55b738495 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.14.7.ebuild,v 1.2 2009/12/19 22:33:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild,v 1.3 2010/01/09 20:30:52 armin76 Exp $
EAPI="2"
inherit autotools eutils flag-o-matic
@@ -17,11 +17,11 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="debug doc examples python test"
+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-libs/boost-1.35.0-r2 ) )
+ python? ( >=dev-libs/boost-1.35.0-r5[python] dev-lang/python:2.6[threads] )
sys-libs/zlib"
RDEPEND="${DEPEND}"