diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-06 11:53:29 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-06 11:53:29 +0000 |
commit | 4673fabab829b17a373ae4a658a998e7792c8c0b (patch) | |
tree | abb43fcff3c3341823a819279748e57ffb43ec4f /net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild | |
parent | Version bump to follow sys-devel/autoconf. No changes. (diff) | |
download | gentoo-2-4673fabab829b17a373ae4a658a998e7792c8c0b.tar.gz gentoo-2-4673fabab829b17a373ae4a658a998e7792c8c0b.tar.bz2 gentoo-2-4673fabab829b17a373ae4a658a998e7792c8c0b.zip |
Adjust boost dependencies. Bug #342589
(Portage version: 2.2.0_alpha10/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 | 9 |
1 files changed, 4 insertions, 5 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 d5b36233ce6e..29851122af15 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 +# 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.15.1.ebuild,v 1.5 2010/12/09 19:35:18 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild,v 1.6 2011/01/06 11:53:29 hwoarang Exp $ EAPI="2" WANT_AUTOMAKE="1.11.1" @@ -20,9 +20,8 @@ KEYWORDS="amd64 ~arm ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug doc examples python" 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] ) +DEPEND=">=dev-libs/boost-1.36 + python? ( >=dev-libs/boost-1.36[python] dev-lang/python:2.6[threads] ) >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey )" #292998 |