diff options
author | 2011-07-23 15:28:56 +0000 | |
---|---|---|
committer | 2011-07-23 15:28:56 +0000 | |
commit | 97a4dffad392cd7460604101b48f106247d3d2cc (patch) | |
tree | afe7f905658ddeea96ccc1e250d44dfd82eb8cee /sys-apps | |
parent | Removed old version and added docs (diff) | |
download | gentoo-2-97a4dffad392cd7460604101b48f106247d3d2cc.tar.gz gentoo-2-97a4dffad392cd7460604101b48f106247d3d2cc.tar.bz2 gentoo-2-97a4dffad392cd7460604101b48f106247d3d2cc.zip |
~x86 per bug 371755
(Portage version: 2.1.10.7/cvs/Linux i686)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/cpuid/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/cpuid/cpuid-20110305.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/cpuid/ChangeLog b/sys-apps/cpuid/ChangeLog index d87d21159e9f..dad1a8506736 100644 --- a/sys-apps/cpuid/ChangeLog +++ b/sys-apps/cpuid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/cpuid # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/ChangeLog,v 1.1 2011/06/15 12:11:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/ChangeLog,v 1.2 2011/07/23 15:28:56 tomka Exp $ + + 23 Jul 2011; Thomas Kahle <tomka@gentoo.org> cpuid-20110305.ebuild: + ~x86 per bug 371755 *cpuid-20110305 (15 Jun 2011) diff --git a/sys-apps/cpuid/cpuid-20110305.ebuild b/sys-apps/cpuid/cpuid-20110305.ebuild index 468c3ccce7d9..317bfcf2d095 100644 --- a/sys-apps/cpuid/cpuid-20110305.ebuild +++ b/sys-apps/cpuid/cpuid-20110305.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/cpuid-20110305.ebuild,v 1.1 2011/06/15 12:11:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/cpuid-20110305.ebuild,v 1.2 2011/07/23 15:28:56 tomka Exp $ EAPI="4" @@ -11,7 +11,7 @@ CPUID instruction" HOMEPAGE="http://www.etallen.com/cpuid.html" SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="GPL-2" IUSE="" |