diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-27 18:04:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-27 18:04:57 +0000 |
commit | 2f193fbab138bd650863dc766cf763779908db36 (patch) | |
tree | 16950350be57fc1eff7fff8607777a3497ddf4d1 /sys-apps/microcode-data | |
parent | Stable for amd64, wrt bug #472564 (diff) | |
download | gentoo-2-2f193fbab138bd650863dc766cf763779908db36.tar.gz gentoo-2-2f193fbab138bd650863dc766cf763779908db36.tar.bz2 gentoo-2-2f193fbab138bd650863dc766cf763779908db36.zip |
Stable for amd64, wrt bug #474302
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/microcode-data')
-rw-r--r-- | sys-apps/microcode-data/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20130222.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/microcode-data/ChangeLog b/sys-apps/microcode-data/ChangeLog index 86fd07a771f3..153c044ebf8d 100644 --- a/sys-apps/microcode-data/ChangeLog +++ b/sys-apps/microcode-data/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/microcode-data # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.22 2013/04/27 11:18:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.23 2013/06/27 18:04:57 ago Exp $ + + 27 Jun 2013; Agostino Sarubbo <ago@gentoo.org> microcode-data-20130222.ebuild: + Stable for amd64, wrt bug #474302 27 Apr 2013; Mike Frysinger <vapier@gentoo.org> microcode-data-20130222.ebuild: diff --git a/sys-apps/microcode-data/microcode-data-20130222.ebuild b/sys-apps/microcode-data/microcode-data-20130222.ebuild index 576f9632807f..349733583d0e 100644 --- a/sys-apps/microcode-data/microcode-data-20130222.ebuild +++ b/sys-apps/microcode-data/microcode-data-20130222.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20130222.ebuild,v 1.2 2013/04/27 11:18:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20130222.ebuild,v 1.3 2013/06/27 18:04:57 ago Exp $ EAPI="4" @@ -16,7 +16,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 |