diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-18 10:51:21 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-18 10:51:21 +0000 |
commit | 91899ae4eef0c92ff2b721268227203c22512038 (patch) | |
tree | 35ce6040b8c8fff45c7da3c690202497323907f4 /net-p2p | |
parent | version bump (diff) | |
download | gentoo-2-91899ae4eef0c92ff2b721268227203c22512038.tar.gz gentoo-2-91899ae4eef0c92ff2b721268227203c22512038.tar.bz2 gentoo-2-91899ae4eef0c92ff2b721268227203c22512038.zip |
Fix implicit $(use_enable debug).
(Portage version: 2.2.0_alpha58_p6/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.8.9.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 63e5c43f0843..be1a7704b925 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.163 2011/09/10 18:19:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.164 2011/09/18 10:51:21 mgorny Exp $ + + 18 Sep 2011; Michał Górny <mgorny@gentoo.org> rtorrent-0.8.9.ebuild: + Fix implicit $(use_enable debug). *rtorrent-0.8.9 (10 Sep 2011) diff --git a/net-p2p/rtorrent/rtorrent-0.8.9.ebuild b/net-p2p/rtorrent/rtorrent-0.8.9.ebuild index f85001e5f469..a885aa11a2f8 100644 --- a/net-p2p/rtorrent/rtorrent-0.8.9.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.8.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-p2p/rtorrent/rtorrent-0.8.9.ebuild,v 1.1 2011/09/10 18:19:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.9.ebuild,v 1.2 2011/09/18 10:51:21 mgorny Exp $ EAPI=4 @@ -40,6 +40,7 @@ src_prepare() { src_configure() { local myeconfargs=( --disable-dependency-tracking + $(use_enable debug) $(use_enable ipv6) $(use_with xmlrpc xmlrpc-c) ) |