From 24231838e5a0a67806f0022ab26f78420242f981 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Sat, 9 Jan 2010 20:30:52 +0000 Subject: Fix python dependency (Portage version: 2.1.6.13/cvs/Linux ia64) --- net-libs/rb_libtorrent/ChangeLog | 8 ++++++-- net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild | 7 +++---- net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild | 8 ++++---- 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 + rb_libtorrent-0.14.6.ebuild, rb_libtorrent-0.14.7.ebuild: + Fix python dependency 19 Dec 2009; Samuli Suominen 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}" -- cgit v1.2.3-65-gdbad