diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-11 15:27:23 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-11 15:27:23 +0000 |
commit | 7b3ff5d4a1eed68d9351a71715288984b0e2c89c (patch) | |
tree | 6f29787df7b0d3dcd28e3e40d6f3a82dfd0e472f /net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-7b3ff5d4a1eed68d9351a71715288984b0e2c89c.tar.gz gentoo-2-7b3ff5d4a1eed68d9351a71715288984b0e2c89c.tar.bz2 gentoo-2-7b3ff5d4a1eed68d9351a71715288984b0e2c89c.zip |
Fix sys-devel/libtool depend from = to >= wrt #345115 by Attila Jecs.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild')
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild index 439399d9a844..a842c7afbdc1 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.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.1.ebuild,v 1.3 2010/10/20 13:52:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild,v 1.4 2010/11/11 15:27:23 ssuominen Exp $ EAPI="2" WANT_AUTOMAKE="1.11.1" @@ -23,7 +23,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] ) - =sys-devel/libtool-2.2* + >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey )" #292998 RDEPEND="${DEPEND}" |