diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-23 00:05:27 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-23 00:05:27 +0000 |
commit | 627ffe01350bad6f1a9591c60b856fb6258619f9 (patch) | |
tree | 6456bcbcef471e9bd1e86a056dfc97e84566658b /net-p2p/amule | |
parent | gtk2 -> gtk use-flag change for bug #106560 and small cleanup. (diff) | |
download | gentoo-2-627ffe01350bad6f1a9591c60b856fb6258619f9.tar.gz gentoo-2-627ffe01350bad6f1a9591c60b856fb6258619f9.tar.bz2 gentoo-2-627ffe01350bad6f1a9591c60b856fb6258619f9.zip |
trim whitespace
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/amule-2.0.3-r4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/amule/amule-2.0.3-r4.ebuild b/net-p2p/amule/amule-2.0.3-r4.ebuild index e18874e61ea5..acbcc4dd3e37 100644 --- a/net-p2p/amule/amule-2.0.3-r4.ebuild +++ b/net-p2p/amule/amule-2.0.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.3-r4.ebuild,v 1.1 2005/09/22 22:39:01 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.3-r4.ebuild,v 1.2 2005/09/23 00:05:27 swegener Exp $ inherit eutils flag-o-matic wxwidgets @@ -55,16 +55,16 @@ src_compile() { if use gtk; then myconf="--enable-amule-gui" - use stats && myconf="${myconf} - --enable-wxcas + use stats && myconf="${myconf} + --enable-wxcas --enable-alc" - use remote && myconf="${myconf} + use remote && myconf="${myconf} --enable-amulecmdgui --enable-webservergui" else myconf="--disable-monolithic" fi - + econf \ --disable-optimize \ --with-wx-config=${WX_CONFIG} \ |