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 | 50f673c42f7935d6fcc4fb362dcae3ec038e751e (patch) | |
tree | 2c3745fe0b0dc515d6f4a438e6e9cdd8cc1fb75f /x11-misc/xalf | |
parent | QA - fix use invocation (diff) | |
download | historical-50f673c42f7935d6fcc4fb362dcae3ec038e751e.tar.gz historical-50f673c42f7935d6fcc4fb362dcae3ec038e751e.tar.bz2 historical-50f673c42f7935d6fcc4fb362dcae3ec038e751e.zip |
QA - fix use invocation
Diffstat (limited to 'x11-misc/xalf')
-rw-r--r-- | x11-misc/xalf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xalf/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xalf/xalf-0.12-r1.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/x11-misc/xalf/Manifest index f70a7cc73429..acb07a2e6c13 100644 --- a/x11-misc/xalf/Manifest +++ b/x11-misc/xalf/Manifest @@ -1,4 +1,4 @@ -MD5 f8d6759901eb1f9a17338151193a996a xalf-0.12-r1.ebuild 928 -MD5 d668e9e866e667ceb1fab0765b3c098f ChangeLog 926 +MD5 0af2e9d70ee8a183b07b1289e9c9be89 xalf-0.12-r1.ebuild 920 +MD5 5f9061aef1f18c0f67336621ef176b0b ChangeLog 1024 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 MD5 ebdcd3083ab6420aae84ae3825113045 files/digest-xalf-0.12-r1 58 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 |