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 | |
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')
-rw-r--r-- | app-misc/workrave/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/workrave/workrave-1.4.0-r1.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-misc/workrave/ChangeLog b/app-misc/workrave/ChangeLog index 50cb87772268..1150ee43f979 100644 --- a/app-misc/workrave/ChangeLog +++ b/app-misc/workrave/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-misc/workrave # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v 1.15 2004/05/06 07:57:17 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v 1.16 2004/05/06 16:35:00 leonardop Exp $ + 06 May 2004; L. Boshell <leonardop@gentoo.org> workrave-1.4.0-r1.ebuild: + Fix local USE flags. + *workrave-1.6.0 (06 May 2004) 06 May 2004; L. Boshell <leonardop@gentoo.org> workrave-1.6.0.ebuild: 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 |