diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-01-28 20:00:21 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-01-28 20:00:21 +0000 |
commit | d3fd0cca455db5710617fc9dbee33ac57355d7ad (patch) | |
tree | f0405c7897ebdb706d0a242bd074e262fab5cae5 /net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild | |
parent | Prepare for PYTHON_ABI-versioned Boost Python libraries in Boost 1.48. Patch ... (diff) | |
download | gentoo-2-d3fd0cca455db5710617fc9dbee33ac57355d7ad.tar.gz gentoo-2-d3fd0cca455db5710617fc9dbee33ac57355d7ad.tar.bz2 gentoo-2-d3fd0cca455db5710617fc9dbee33ac57355d7ad.zip |
Prepare for PYTHON_ABI-versioned Boost Python libraries in Boost 1.48. Patch by Arfrever.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild')
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild index e0341b4c149d..de7cc0dc2017 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.6.ebuild,v 1.5 2011/05/26 21:21:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild,v 1.6 2012/01/28 20:00:21 floppym Exp $ EAPI="2" PYTHON_DEPEND="python? 2:2.6" PYTHON_USE_WITH="threads" +PYTHON_USE_WITH_OPT="python" inherit eutils versionator python @@ -22,7 +23,7 @@ KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug doc examples python ssl" RESTRICT="test" -DEPEND=">=dev-libs/boost-1.36[python?] +DEPEND="<dev-libs/boost-1.48[python?] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) |