diff options
author | 2004-06-23 22:38:59 +0000 | |
---|---|---|
committer | 2004-06-23 22:38:59 +0000 | |
commit | 4def738388efefb06f30490cd4f0b71d0a24dea4 (patch) | |
tree | e743d1a1d7a410595a61a28260443fbcd736f1b2 /x11-plugins | |
parent | fix trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-4def738388efefb06f30490cd4f0b71d0a24dea4.tar.gz gentoo-2-4def738388efefb06f30490cd4f0b71d0a24dea4.tar.bz2 gentoo-2-4def738388efefb06f30490cd4f0b71d0a24dea4.zip |
Fix use invocation
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmacpi/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmacpi/wmacpi-1.34.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmacpi/ChangeLog b/x11-plugins/wmacpi/ChangeLog index c264160ed3a5..b567f6f46a28 100644 --- a/x11-plugins/wmacpi/ChangeLog +++ b/x11-plugins/wmacpi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmacpi -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.7 2003/09/04 17:10:26 vapier Exp $ +# 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 $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmacpi-1.34.ebuild: + Fix use invocation *wmacpi-1.34 (23 Feb 2003) diff --git a/x11-plugins/wmacpi/wmacpi-1.34.ebuild b/x11-plugins/wmacpi/wmacpi-1.34.ebuild index 0326354da263..8b2392abc370 100644 --- a/x11-plugins/wmacpi/wmacpi-1.34.ebuild +++ b/x11-plugins/wmacpi/wmacpi-1.34.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/wmacpi-1.34.ebuild,v 1.8 2004/04/30 22:05:16 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/wmacpi-1.34.ebuild,v 1.9 2004/06/23 22:38:59 agriffis Exp $ inherit eutils @@ -20,7 +20,7 @@ src_unpack() { cd ${S} use apm && use acpi && eerror "APM and ACPI are in USE ... defaulting to ACPI" use apm || use acpi || eerror "Neither APM or ACPI are in USE ... defaulting to ACPI" - if [ `use acpi` ] || [ ! `use apm` ] ; then + if use acpi || ! use apm ; then epatch ${FILESDIR}/${PV}-acpi.patch else epatch ${FILESDIR}/${PV}-apm.patch |