diff options
author | Markus Meier <maekke@gentoo.org> | 2009-06-10 20:23:22 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-06-10 20:23:22 +0000 |
commit | fc5bb28a4e469730fa386426043861b5b6e0937c (patch) | |
tree | 2cd6a34b1ced18c5fdc2b02d6b0744091d342a48 /sys-apps/microcode-ctl | |
parent | amd64/x86 stable, bug #272865 (diff) | |
download | historical-fc5bb28a4e469730fa386426043861b5b6e0937c.tar.gz historical-fc5bb28a4e469730fa386426043861b5b6e0937c.tar.bz2 historical-fc5bb28a4e469730fa386426043861b5b6e0937c.zip |
amd64/x86 stable, bug #273054
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r-- | sys-apps/microcode-ctl/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/microcode-ctl/ChangeLog b/sys-apps/microcode-ctl/ChangeLog index 1555ea929a2f..0aeed5b5e002 100644 --- a/sys-apps/microcode-ctl/ChangeLog +++ b/sys-apps/microcode-ctl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/microcode-ctl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.30 2009/05/02 12:54:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.31 2009/06/10 20:23:22 maekke Exp $ + + 10 Jun 2009; Markus Meier <maekke@gentoo.org> + microcode-ctl-1.17-r2.ebuild: + amd64/x86 stable, bug #273054 *microcode-ctl-1.17-r2 (02 May 2009) diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild index 78f5749d55d0..03dc75524844 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.17-r2.ebuild,v 1.1 2009/05/02 12:54:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild,v 1.2 2009/06/10 20:23:22 maekke 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=">=sys-apps/microcode-data-20090330" |