diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-09-26 15:28:22 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-09-26 15:28:22 +0000 |
commit | 6e2f3b0cf78a9285c8c37b0af1bfefa2d046f3ee (patch) | |
tree | 7f5c8934e8a4e982bf16fdfb4e90ba9332a5f2cb /sys-apps/microcode-ctl | |
parent | Initial import, bug 143295. (diff) | |
download | gentoo-2-6e2f3b0cf78a9285c8c37b0af1bfefa2d046f3ee.tar.gz gentoo-2-6e2f3b0cf78a9285c8c37b0af1bfefa2d046f3ee.tar.bz2 gentoo-2-6e2f3b0cf78a9285c8c37b0af1bfefa2d046f3ee.zip |
stable on amd64
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r-- | sys-apps/microcode-ctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/microcode-ctl/ChangeLog b/sys-apps/microcode-ctl/ChangeLog index 5ef73cfa8ba2..4f9dfb349efb 100644 --- a/sys-apps/microcode-ctl/ChangeLog +++ b/sys-apps/microcode-ctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/microcode-ctl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.17 2006/09/11 15:53:26 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.18 2006/09/26 15:28:22 blubb Exp $ + + 26 Sep 2006; Simon Stelling <blubb@gentoo.org> microcode-ctl-1.13.ebuild: + stable on amd64 11 Sep 2006; Tony Vroon <chainsaw@gentoo.org> microcode-ctl-1.13.ebuild: Stable x86 keyword, bug #145926. diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.13.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.13.ebuild index 6e1210967c05..1aa57c8dcba6 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.13.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.13.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.13.ebuild,v 1.2 2006/09/11 15:53:26 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.13.ebuild,v 1.3 2006/09/26 15:28:22 blubb 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="" |