diff options
author | Will Woods <wwoods@gentoo.org> | 2003-08-11 23:44:39 +0000 |
---|---|---|
committer | Will Woods <wwoods@gentoo.org> | 2003-08-11 23:44:39 +0000 |
commit | 2849116bf97387240460cc313fe04b10c320f14b (patch) | |
tree | a84c77f14687471219a2b7e466d045960fd7fc3a /sys-apps/hwsetup | |
parent | Minor ebuild fix, update alpha KEYWORDS (diff) | |
download | gentoo-2-2849116bf97387240460cc313fe04b10c320f14b.tar.gz gentoo-2-2849116bf97387240460cc313fe04b10c320f14b.tar.bz2 gentoo-2-2849116bf97387240460cc313fe04b10c320f14b.zip |
added ~alpha to KEYWORDS
Diffstat (limited to 'sys-apps/hwsetup')
-rw-r--r-- | sys-apps/hwsetup/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/hwsetup/hwsetup-1.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/hwsetup/Manifest b/sys-apps/hwsetup/Manifest index 4c8f4c41a4bd..6774fd9d8b5d 100644 --- a/sys-apps/hwsetup/Manifest +++ b/sys-apps/hwsetup/Manifest @@ -1,3 +1,3 @@ -MD5 d28ed2540a0608ad9dfe04fd683bf5a3 hwsetup-1.0.ebuild 662 MD5 cea0104740ef4d5fb4b3850c775f7507 ChangeLog 403 +MD5 c2c65fa4593a1b0d2d1b2ab8df71990b hwsetup-1.0.ebuild 662 MD5 18324d6193e384c0a380ffb3901509dd files/digest-hwsetup-1.0 63 diff --git a/sys-apps/hwsetup/hwsetup-1.0.ebuild b/sys-apps/hwsetup/hwsetup-1.0.ebuild index b05dde6fcf45..32382433b566 100644 --- a/sys-apps/hwsetup/hwsetup-1.0.ebuild +++ b/sys-apps/hwsetup/hwsetup-1.0.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/hwsetup/hwsetup-1.0.ebuild,v 1.5 2003/07/18 20:39:49 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0.ebuild,v 1.6 2003/08/11 23:44:33 wwoods Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hardware setup program" SRC_URI="mirror://gentoo/hwsetup_1.0-9.tar.gz" HOMEPAGE="http://www.knopper.net" -KEYWORDS="x86 amd64 -ppc -sparc -alpha -mips" +KEYWORDS="x86 amd64 -ppc -sparc ~alpha -mips" SLOT="0" LICENSE="GPL-2" |