diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-05-12 08:59:37 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-05-12 08:59:37 +0000 |
commit | 7b7aeae342d2b0599116dae53435c38edf55a9d4 (patch) | |
tree | 31287dcd2d88cb8320cd3521852b67b9bb4526cc /sys-apps/microcode-ctl | |
parent | amd64 stable, bug 165892 (diff) | |
download | gentoo-2-7b7aeae342d2b0599116dae53435c38edf55a9d4.tar.gz gentoo-2-7b7aeae342d2b0599116dae53435c38edf55a9d4.tar.bz2 gentoo-2-7b7aeae342d2b0599116dae53435c38edf55a9d4.zip |
amd64 stable, bug 177124
(Portage version: 2.1.2.7)
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.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/microcode-ctl/ChangeLog b/sys-apps/microcode-ctl/ChangeLog index be4a1780e2ac..7c79b3adda89 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.25 2007/05/05 18:31:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.26 2007/05/12 08:59:37 beandog Exp $ + + 12 May 2007; Steve Dibb <beandog@gentoo.org> microcode-ctl-1.16.ebuild: + amd64 stable, bug 177124 05 May 2007; Andrej Kacian <ticho@gentoo.org> microcode-ctl-1.16.ebuild: Stable on x86, bug #177124. diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.16.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.16.ebuild index 7ad7de91affe..5b101b467975 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.16.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.16.ebuild,v 1.2 2007/05/05 18:31:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.16.ebuild,v 1.3 2007/05/12 08:59:37 beandog 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="" S=${WORKDIR}/${MY_P} |