diff options
author | 2006-11-10 00:07:56 +0000 | |
---|---|---|
committer | 2006-11-10 00:07:56 +0000 | |
commit | c5280a2054627ece747e8cf0961338c9f66616d5 (patch) | |
tree | 3758a61be33d2c46f7054e566462f46379061fbb /sys-apps/microcode-ctl | |
parent | old (diff) | |
download | gentoo-2-c5280a2054627ece747e8cf0961338c9f66616d5.tar.gz gentoo-2-c5280a2054627ece747e8cf0961338c9f66616d5.tar.bz2 gentoo-2-c5280a2054627ece747e8cf0961338c9f66616d5.zip |
stabilize
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.14.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.14.ebuild index 68a5c2669cde..73345861b673 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.14.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.14.ebuild,v 1.1 2006/09/02 01:15:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.14.ebuild,v 1.2 2006/11/10 00:07:56 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="" |