diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-22 21:09:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-22 21:09:07 +0000 |
commit | 5ded9ba64c366b04271f5e35a9d43c069b4b3959 (patch) | |
tree | a3b47dfa9a223fa8eaaadfa3983f794432af0073 /sys-apps/microcode-ctl | |
parent | old (diff) | |
download | historical-5ded9ba64c366b04271f5e35a9d43c069b4b3959.tar.gz historical-5ded9ba64c366b04271f5e35a9d43c069b4b3959.tar.bz2 historical-5ded9ba64c366b04271f5e35a9d43c069b4b3959.zip |
stabilize
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.12.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.12.ebuild index a15c87c6902e..8573362e81bb 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.12.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.12.ebuild,v 1.1 2005/09/15 00:45:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.12.ebuild,v 1.2 2006/01/22 21:09:07 vapier Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.urbanmyth.org/microcode/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="" |