diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-13 10:04:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-13 10:04:27 +0000 |
commit | 9e7a64b95971e3738c47d4c2d2ba76ce766b15a5 (patch) | |
tree | 57c6de31f8799bcb140b8475bf94b0ce86ec35f4 /sys-apps/microcode-data | |
parent | Stable for amd64, wrt bug #429068 (diff) | |
download | gentoo-2-9e7a64b95971e3738c47d4c2d2ba76ce766b15a5.tar.gz gentoo-2-9e7a64b95971e3738c47d4c2d2ba76ce766b15a5.tar.bz2 gentoo-2-9e7a64b95971e3738c47d4c2d2ba76ce766b15a5.zip |
Stable for amd64, wrt bug #429198
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/microcode-data')
-rw-r--r-- | sys-apps/microcode-data/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20120606.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/microcode-data/ChangeLog b/sys-apps/microcode-data/ChangeLog index e96e670296a9..909b04adeb7d 100644 --- a/sys-apps/microcode-data/ChangeLog +++ b/sys-apps/microcode-data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/microcode-data # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.18 2012/06/06 19:29:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.19 2012/09/13 10:04:27 ago Exp $ + + 13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> + microcode-data-20120606.ebuild: + Stable for amd64, wrt bug #429198 *microcode-data-20120606 (06 Jun 2012) diff --git a/sys-apps/microcode-data/microcode-data-20120606.ebuild b/sys-apps/microcode-data/microcode-data-20120606.ebuild index 5677a8d3411b..03a7c61c2b69 100644 --- a/sys-apps/microcode-data/microcode-data-20120606.ebuild +++ b/sys-apps/microcode-data/microcode-data-20120606.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20120606.ebuild,v 1.1 2012/06/06 19:29:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20120606.ebuild,v 1.2 2012/09/13 10:04:27 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz" LICENSE="intel-ucode" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="!<sys-apps/microcode-ctl-1.17-r2" #268586 |