diff options
-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 )" |