diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-23 22:42:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-23 22:42:05 +0000 |
commit | 27aeebf1d25a6266ce1bd57093c687cc5a564301 (patch) | |
tree | 1762257beef173285a79815fd4352ef3f73861bf /x11-plugins | |
parent | Fix use invocation (diff) | |
download | gentoo-2-27aeebf1d25a6266ce1bd57093c687cc5a564301.tar.gz gentoo-2-27aeebf1d25a6266ce1bd57093c687cc5a564301.tar.bz2 gentoo-2-27aeebf1d25a6266ce1bd57093c687cc5a564301.zip |
QA - fix use invocation
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmacpi/ChangeLog | 4 | ||||
-rw-r--r-- | x11-plugins/wmmixer/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmacpi/ChangeLog b/x11-plugins/wmacpi/ChangeLog index b567f6f46a28..17cfdbff40e1 100644 --- a/x11-plugins/wmacpi/ChangeLog +++ b/x11-plugins/wmacpi/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for x11-plugins/wmacpi # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.8 2004/06/23 22:38:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.9 2004/06/23 22:39:30 agriffis Exp $ 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmacpi-1.34.ebuild: - Fix use invocation + QA - fix use invocation *wmacpi-1.34 (23 Feb 2003) diff --git a/x11-plugins/wmmixer/ChangeLog b/x11-plugins/wmmixer/ChangeLog index b236f3100a44..2af1cf06294e 100644 --- a/x11-plugins/wmmixer/ChangeLog +++ b/x11-plugins/wmmixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmixer # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/ChangeLog,v 1.2 2004/03/14 00:14:31 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/ChangeLog,v 1.3 2004/06/23 22:41:31 agriffis Exp $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmmixer-2.0_beta4.ebuild: + QA - fix use invocation 13 Mar 2004; Stephen P. Becker <geoman@gentoo.org> wmmixer-2.0_beta4.ebuild: Added ~mips keyword. diff --git a/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild b/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild index 7f640c6c4774..90f46bd27214 100644 --- a/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild +++ b/x11-plugins/wmmixer/wmmixer-2.0_beta4.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-plugins/wmmixer/wmmixer-2.0_beta4.ebuild,v 1.3 2004/03/27 15:41:11 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild,v 1.4 2004/06/23 22:41:31 agriffis Exp $ IUSE="alsa oss" @@ -28,9 +28,9 @@ src_compile() { local myconf="" - if [ `use alsa` ] ; then + if use alsa ; then myconf="${myconf} --enable-alsa" - elif [ `use oss` ] ; then + elif use oss ; then myconf="${myconf} --disable-alsatest --enable-oss" fi |