diff options
-rw-r--r-- | sys-apps/microcode-data/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20140913.ebuild (renamed from sys-apps/microcode-data/microcode-data-20130906.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-apps/microcode-data/ChangeLog b/sys-apps/microcode-data/ChangeLog index 0897b68370bb..de1a71770349 100644 --- a/sys-apps/microcode-data/ChangeLog +++ b/sys-apps/microcode-data/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/microcode-data # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.32 2014/08/14 16:15:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.33 2014/09/17 20:03:47 flameeyes Exp $ + +*microcode-data-20140913 (17 Sep 2014) + + 17 Sep 2014; Diego E. Pettenò <flameeyes@gentoo.org> + +microcode-data-20140913.ebuild, -microcode-data-20130906.ebuild: + Update to new version and drop old version. 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> microcode-data-20140430.ebuild: diff --git a/sys-apps/microcode-data/microcode-data-20130906.ebuild b/sys-apps/microcode-data/microcode-data-20140913.ebuild index 98bfbcbd4901..7d67534e9a27 100644 --- a/sys-apps/microcode-data/microcode-data-20130906.ebuild +++ b/sys-apps/microcode-data/microcode-data-20140913.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20130906.ebuild,v 1.3 2014/01/11 21:35:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20140913.ebuild,v 1.1 2014/09/17 20:03:47 flameeyes Exp $ EAPI="4" @@ -9,14 +9,14 @@ inherit toolchain-funcs # Find updates by searching and clicking the first link (hopefully it's the one): # http://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File -NUM="23166" +NUM="24290" DESCRIPTION="Intel IA32 microcode update data" HOMEPAGE="http://inertiawar.com/microcode/ https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}" 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 |