diff options
-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 5e135fffef43..be4a1780e2ac 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.24 2007/05/05 05:30:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.25 2007/05/05 18:31:17 ticho Exp $ + + 05 May 2007; Andrej Kacian <ticho@gentoo.org> microcode-ctl-1.16.ebuild: + Stable on x86, bug #177124. *microcode-ctl-1.17 (05 May 2007) diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.16.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.16.ebuild index dd07996ec95d..7ad7de91affe 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.1 2007/02/04 23:03:24 vapier Exp $ +# $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 $ 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} |