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 | 68fcdb4df35fd7fa64efa65a36d3a30eeaae5b08 (patch) | |
tree | 533d59760469866c1e8a3fcf447b5103823f7d30 /sys-apps/microcode-ctl | |
parent | old (diff) | |
download | gentoo-2-68fcdb4df35fd7fa64efa65a36d3a30eeaae5b08.tar.gz gentoo-2-68fcdb4df35fd7fa64efa65a36d3a30eeaae5b08.tar.bz2 gentoo-2-68fcdb4df35fd7fa64efa65a36d3a30eeaae5b08.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="" |