summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-05-30 14:22:28 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-05-30 14:22:28 +0000
commitf38ec34fd72b8c0fe780db028307f3a542e3b354 (patch)
treed4c05065af47219130e1db4b3b9564cbf73b7bba /net-libs
parentFix python dependency (diff)
downloadgentoo-2-f38ec34fd72b8c0fe780db028307f3a542e3b354.tar.gz
gentoo-2-f38ec34fd72b8c0fe780db028307f3a542e3b354.tar.bz2
gentoo-2-f38ec34fd72b8c0fe780db028307f3a542e3b354.zip
Revert my previous commit
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-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 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