diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-05-06 16:35:00 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-05-06 16:35:00 +0000 |
commit | bc4cc429154a96c15a7ac1eeaff4235c018b801e (patch) | |
tree | ca4ae427efe23930d7c807aa39a0c3bc67ec074f /app-misc/workrave/workrave-1.4.0-r1.ebuild | |
parent | Remove explicit S= (Manifest recommit) (diff) | |
download | gentoo-2-bc4cc429154a96c15a7ac1eeaff4235c018b801e.tar.gz gentoo-2-bc4cc429154a96c15a7ac1eeaff4235c018b801e.tar.bz2 gentoo-2-bc4cc429154a96c15a7ac1eeaff4235c018b801e.zip |
Fix local USE flags
Diffstat (limited to 'app-misc/workrave/workrave-1.4.0-r1.ebuild')
-rw-r--r-- | app-misc/workrave/workrave-1.4.0-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-misc/workrave/workrave-1.4.0-r1.ebuild b/app-misc/workrave/workrave-1.4.0-r1.ebuild index 45d817262445..2ba8f1af69af 100644 --- a/app-misc/workrave/workrave-1.4.0-r1.ebuild +++ b/app-misc/workrave/workrave-1.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.4.0-r1.ebuild,v 1.7 2004/05/06 07:57:17 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.4.0-r1.ebuild,v 1.8 2004/05/06 16:35:00 leonardop Exp $ inherit eutils @@ -54,12 +54,12 @@ src_unpack() { src_compile() { local myconf="" - use debug && myconf="${myconf} --enable-debug" - use distribution || myconf="${myconf} --disable-distribution" - use nls || myconf="${myconf} --disable-nls" - use no-exercises || myconf="${myconf} --enable-exercises" - use no-experimental && myconf="${myconf} --disable-experimental" - use xml2 && myconf="${myconf} --enable-xml" + use debug && myconf="${myconf} --enable-debug" + use distribution || myconf="${myconf} --disable-distribution" + use nls || myconf="${myconf} --disable-nls" + use noexercises || myconf="${myconf} --enable-exercises" + use noexperimental && myconf="${myconf} --disable-experimental" + use xml2 && myconf="${myconf} --enable-xml" if [ `use gnome` ] then |