diff options
author | 2011-04-15 20:41:33 +0000 | |
---|---|---|
committer | 2011-04-15 20:41:33 +0000 | |
commit | 2a1801c75307f2122767dcaf73946dbb1274d09b (patch) | |
tree | d97578f2360160ad4621a4831202ac911b735c1d /net-libs/rb_libtorrent | |
parent | Sync 64bit-native/package.mask with amd64/no-multilib/package.mask (diff) | |
download | gentoo-2-2a1801c75307f2122767dcaf73946dbb1274d09b.tar.gz gentoo-2-2a1801c75307f2122767dcaf73946dbb1274d09b.tar.bz2 gentoo-2-2a1801c75307f2122767dcaf73946dbb1274d09b.zip |
Simplify dependencies.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild | 5 |
1 files changed, 2 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 135e4b868b7b..6781fcbe2044 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.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.15.6.ebuild,v 1.2 2011/04/15 14:48:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild,v 1.3 2011/04/15 20:41:33 arfrever Exp $ EAPI="2" PYTHON_DEPEND="python? 2:2.6" @@ -22,8 +22,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? ( >=dev-libs/boost-1.36[python] ) +DEPEND=">=dev-libs/boost-1.36[python?] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) |