diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-18 09:28:01 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-18 09:28:01 +0000 |
commit | 920251f10f0165d4c84f1c8f2bd5fe5d0488ddba (patch) | |
tree | b8cf5b39f24a84818f1387bb370cfd742b1a116d /net-libs/libtorrent | |
parent | Fix comment to not mention hal anymore. (diff) | |
download | gentoo-2-920251f10f0165d4c84f1c8f2bd5fe5d0488ddba.tar.gz gentoo-2-920251f10f0165d4c84f1c8f2bd5fe5d0488ddba.tar.bz2 gentoo-2-920251f10f0165d4c84f1c8f2bd5fe5d0488ddba.zip |
Fix implicit $(use_enable debug).
(Portage version: 2.2.0_alpha55_p39/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.9.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index f05d2624375a..ab5283fc435c 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.159 2011/09/10 17:40:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.160 2011/09/18 09:28:01 mgorny Exp $ + + 18 Sep 2011; Michał Górny <mgorny@gentoo.org> libtorrent-0.12.9.ebuild: + Fix implicit $(use_enable debug). *libtorrent-0.12.9 (10 Sep 2011) diff --git a/net-libs/libtorrent/libtorrent-0.12.9.ebuild b/net-libs/libtorrent/libtorrent-0.12.9.ebuild index f34442a69c43..8b806d390c7a 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.1 2011/09/10 17:40:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.9.ebuild,v 1.2 2011/09/18 09:28:01 mgorny Exp $ EAPI=4 inherit autotools-utils libtool @@ -39,6 +39,7 @@ src_configure() { local myeconfargs=( --enable-aligned --with-posix-fallocate # configure will check for availability + $(use_enable debug) $(use_enable ipv6) $(use_enable ssl openssl) ) |