diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:54:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:54:54 +0000 |
commit | aef014c89118e618cd797adc949f4bbc62405ef9 (patch) | |
tree | 39472be3a5fa1c9d02b5f788d938dfa8f6d27cb3 /sys-apps/acpi | |
parent | foomatic-db-20031231.ebuild: add ia64 keywords (diff) | |
download | historical-aef014c89118e618cd797adc949f4bbc62405ef9.tar.gz historical-aef014c89118e618cd797adc949f4bbc62405ef9.tar.bz2 historical-aef014c89118e618cd797adc949f4bbc62405ef9.zip |
Remove arm keywords
Diffstat (limited to 'sys-apps/acpi')
-rw-r--r-- | sys-apps/acpi/acpi-0.06-r5.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/acpi/acpi-0.06.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/acpi/acpi-0.06-r5.ebuild b/sys-apps/acpi/acpi-0.06-r5.ebuild index 8672c69f4fbf..94c2b2e2c783 100644 --- a/sys-apps/acpi/acpi-0.06-r5.ebuild +++ b/sys-apps/acpi/acpi-0.06-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpi/acpi-0.06-r5.ebuild,v 1.1 2003/10/13 11:50:30 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpi/acpi-0.06-r5.ebuild,v 1.2 2004/02/23 00:37:07 agriffis Exp $ DESCRIPTION="Attempts to replicate the functionality of the 'old' apm command on ACPI systems, including battery and thermal information." HOMEPAGE="http://packages.debian.org/unstable/utils/acpi.html" @@ -11,7 +11,7 @@ SRC_URI_PATCH="${PN}_${PV}-${PR/r}.diff.gz" SRC_URI="${SRC_URI_BASE}/${SRC_URI_TGZ} ${SRC_URI_BASE}/${SRC_URI_PATCH}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-alpha -arm -hppa -mips -sparc x86" +KEYWORDS="-alpha -hppa -mips -sparc x86" IUSE="" RDEPEND="virtual/glibc" DEPEND="${RDEPEND} sys-apps/help2man sys-devel/gcc" diff --git a/sys-apps/acpi/acpi-0.06.ebuild b/sys-apps/acpi/acpi-0.06.ebuild index fce111f23283..88a2ac442ab6 100644 --- a/sys-apps/acpi/acpi-0.06.ebuild +++ b/sys-apps/acpi/acpi-0.06.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpi/acpi-0.06.ebuild,v 1.3 2003/09/26 00:23:34 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpi/acpi-0.06.ebuild,v 1.4 2004/02/23 00:37:07 agriffis Exp $ DESCRIPTION="Attempts to replicate the functionality of the 'old' apm command on ACPI systems, including battery and thermal information." HOMEPAGE="http://packages.debian.org/unstable/utils/acpi.html" SRC_URI="http://ftp.debian.org/debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-alpha -arm -hppa -mips -sparc x86" +KEYWORDS="-alpha -hppa -mips -sparc x86" IUSE="" DEPEND="virtual/glibc" S=${WORKDIR}/${PN} |