diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 00:21:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 00:21:30 +0000 |
commit | 070b9fff87d206963d3768642db6c730c4e6f28c (patch) | |
tree | 1416b3241b6fc956e892c85c0f57e6118f50b7b0 /x11-misc | |
parent | QA - fix use invocation, run gnuconfig_update everywhere instead of select ar... (diff) | |
download | gentoo-2-070b9fff87d206963d3768642db6c730c4e6f28c.tar.gz gentoo-2-070b9fff87d206963d3768642db6c730c4e6f28c.tar.bz2 gentoo-2-070b9fff87d206963d3768642db6c730c4e6f28c.zip |
QA - fix use invocation
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xalf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xalf/xalf-0.12-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xalf/ChangeLog b/x11-misc/xalf/ChangeLog index c9646930f176..01cc9c49f625 100644 --- a/x11-misc/xalf/ChangeLog +++ b/x11-misc/xalf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xalf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xalf/ChangeLog,v 1.6 2004/04/11 17:27:40 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xalf/ChangeLog,v 1.7 2004/06/24 00:21:30 agriffis Exp $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> xalf-0.12-r1.ebuild: + QA - fix use invocation 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> xalf-0.12-r1.ebuild: Ebuild fixups. diff --git a/x11-misc/xalf/xalf-0.12-r1.ebuild b/x11-misc/xalf/xalf-0.12-r1.ebuild index 38e0fccfdf1c..3cde0751a1e2 100644 --- a/x11-misc/xalf/xalf-0.12-r1.ebuild +++ b/x11-misc/xalf/xalf-0.12-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/x11-misc/xalf/xalf-0.12-r1.ebuild,v 1.13 2004/04/11 17:27:40 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xalf/xalf-0.12-r1.ebuild,v 1.14 2004/06/24 00:21:30 agriffis Exp $ IUSE="gnome" @@ -19,7 +19,7 @@ src_compile() { local myconf - if [ "`use gnome`" ] + if use gnome then myconf="--prefix=/usr --enable-capplet" else |