diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-05 10:26:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-05 10:26:40 +0000 |
commit | 0102f8659c38212a47f75e26bd5921c72b62c5ec (patch) | |
tree | 8cbe5506350001023c9e2e9218a16428bf00e057 /sys-apps/microcode-ctl | |
parent | Update admin directory rather than patching configure to disable aRTs checks. (diff) | |
download | gentoo-2-0102f8659c38212a47f75e26bd5921c72b62c5ec.tar.gz gentoo-2-0102f8659c38212a47f75e26bd5921c72b62c5ec.tar.bz2 gentoo-2-0102f8659c38212a47f75e26bd5921c72b62c5ec.zip |
x86 stable wrt bug 165354
(Portage version: 2.1.2-r7)
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r-- | sys-apps/microcode-ctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.15.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/microcode-ctl/ChangeLog b/sys-apps/microcode-ctl/ChangeLog index 45ab388c0d75..09af8641ff50 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.21 2007/02/04 23:04:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.22 2007/02/05 10:26:40 armin76 Exp $ + + 05 Feb 2007; Raúl Porcel <armin76@gentoo.org> microcode-ctl-1.15.ebuild: + x86 stable wrt bug 165354 *microcode-ctl-1.16 (04 Feb 2007) diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.15.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.15.ebuild index cbf1cf273a15..380b3e6ecdf3 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.15.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.15.ebuild,v 1.1 2006/11/10 00:08:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.15.ebuild,v 1.2 2007/02/05 10:26:40 armin76 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="" |