diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-08 06:24:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-08 06:24:13 +0000 |
commit | 8c091ae8759b30ee085c9fd23b3cf094e767fb36 (patch) | |
tree | 1a982d2a54b50e11bdd403e49bb782e8b8468182 /net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild | |
parent | Only create the -mt links for USE=threads. (diff) | |
download | gentoo-2-8c091ae8759b30ee085c9fd23b3cf094e767fb36.tar.gz gentoo-2-8c091ae8759b30ee085c9fd23b3cf094e767fb36.tar.bz2 gentoo-2-8c091ae8759b30ee085c9fd23b3cf094e767fb36.zip |
Handle USE=threads for boost 1.52.0-r1 and later. Remove keywords from ebuilds that depends on older boost versions.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild')
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild index 8f4d430472df..cb9eb4e67189 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild @@ -1,6 +1,6 @@ # 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.10.ebuild,v 1.6 2012/11/03 23:14:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild,v 1.7 2012/11/08 06:24:13 flameeyes Exp $ EAPI="4" PYTHON_DEPEND="python? 2:2.6" @@ -23,7 +23,7 @@ KEYWORDS="amd64 ~arm ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug doc examples python ssl static-libs" RESTRICT="test" -DEPEND=">=dev-libs/boost-1.48[python?] +DEPEND=">=dev-libs/boost-1.48[python?,threads(+)] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) |