diff options
Diffstat (limited to 'sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild')
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild index fe36175a5521..703f89c03b07 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild,v 1.2 2004/09/01 22:02:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild,v 1.3 2004/10/16 16:59:21 vapier Exp $ inherit gcc @@ -11,7 +11,7 @@ SRC_URI="http://www.urbanmyth.org/microcode/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* x86 amd64" IUSE="" DEPEND="virtual/os-headers" |