diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-17 10:51:08 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-17 10:51:08 +0000 |
commit | adcf42d30ab15df277c0cb67cb7712a0fc948921 (patch) | |
tree | 0960af6c918eb773e7122d3e24e17de9c184bfd8 /sys-apps/microcode-ctl | |
parent | Migrate to splitted ant. (diff) | |
download | gentoo-2-adcf42d30ab15df277c0cb67cb7712a0fc948921.tar.gz gentoo-2-adcf42d30ab15df277c0cb67cb7712a0fc948921.tar.bz2 gentoo-2-adcf42d30ab15df277c0cb67cb7712a0fc948921.zip |
x86 stable wrt #182263
(Portage version: 2.1.3_rc3)
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.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/microcode-ctl/ChangeLog b/sys-apps/microcode-ctl/ChangeLog index 8fb666623a9a..83f6abe20144 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.27 2007/06/17 01:09:51 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.28 2007/06/17 10:51:08 armin76 Exp $ + + 17 Jun 2007; Raúl Porcel <armin76@gentoo.org> microcode-ctl-1.17.ebuild: + x86 stable wrt #182263 17 Jun 2007; Christoph Mende <angelos@gentoo.org> microcode-ctl-1.17.ebuild: diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.17.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.17.ebuild index 18950301cefa..70b345952c19 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.17.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.17.ebuild @@ -1,6 +1,6 @@ # 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.17.ebuild,v 1.2 2007/06/17 01:09:51 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.17.ebuild,v 1.3 2007/06/17 10:51:08 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="" S=${WORKDIR}/${MY_P} |