diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-18 14:57:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-18 14:57:49 +0000 |
commit | ca2c499c78659b977759fc31e4fc94b63f8665ca (patch) | |
tree | b407dbde7fa280c65ef7fcd04d4e55b5a23b1af7 /net-libs | |
parent | alpha/ia64/s390/sh/sparc stable wrt #355085 (diff) | |
download | gentoo-2-ca2c499c78659b977759fc31e4fc94b63f8665ca.tar.gz gentoo-2-ca2c499c78659b977759fc31e4fc94b63f8665ca.tar.bz2 gentoo-2-ca2c499c78659b977759fc31e4fc94b63f8665ca.zip |
Drop unnecessary USE=static-libs resulting in implicit configure args.
(Portage version: 2.2.0_alpha58_p6/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index ab5283fc435c..a8564534b251 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.160 2011/09/18 09:28:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.161 2011/09/18 14:57:49 mgorny Exp $ + + 18 Sep 2011; Michał Górny <mgorny@gentoo.org> libtorrent-0.12.9.ebuild: + Drop unnecessary USE=static-libs resulting in implicit configure args. 18 Sep 2011; Michał Górny <mgorny@gentoo.org> libtorrent-0.12.9.ebuild: Fix implicit $(use_enable debug). diff --git a/net-libs/libtorrent/libtorrent-0.12.9.ebuild b/net-libs/libtorrent/libtorrent-0.12.9.ebuild index 8b806d390c7a..be029c8c3955 100644 --- a/net-libs/libtorrent/libtorrent-0.12.9.ebuild +++ b/net-libs/libtorrent/libtorrent-0.12.9.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/libtorrent/libtorrent-0.12.9.ebuild,v 1.2 2011/09/18 09:28:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.9.ebuild,v 1.3 2011/09/18 14:57:49 mgorny Exp $ EAPI=4 inherit autotools-utils libtool @@ -12,7 +12,7 @@ SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug ipv6 ssl static-libs test" +IUSE="debug ipv6 ssl test" RDEPEND=">=dev-libs/libsigc++-2.2.2:2 ssl? ( dev-libs/openssl )" |