diff options
author | Markus Meier <maekke@gentoo.org> | 2010-02-07 19:42:28 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-02-07 19:42:28 +0000 |
commit | 90d4d5b2535dc3304622678fe45a077df40c8e82 (patch) | |
tree | f2a0f53da16c317a91eec292e8bfda05c1f6c90d /sys-apps/x86info | |
parent | alpha/ia64/sparc stable wrt #300252 (diff) | |
download | historical-90d4d5b2535dc3304622678fe45a077df40c8e82.tar.gz historical-90d4d5b2535dc3304622678fe45a077df40c8e82.tar.bz2 historical-90d4d5b2535dc3304622678fe45a077df40c8e82.zip |
amd64/x86 stable, bug #301776
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/x86info')
-rw-r--r-- | sys-apps/x86info/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/x86info/x86info-1.25.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/x86info/ChangeLog b/sys-apps/x86info/ChangeLog index 6cc3422162f6..79f68a26ecbf 100644 --- a/sys-apps/x86info/ChangeLog +++ b/sys-apps/x86info/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/x86info -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.29 2009/11/04 05:21:18 robbat2 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.30 2010/02/07 19:42:28 maekke Exp $ + + 07 Feb 2010; Markus Meier <maekke@gentoo.org> x86info-1.25.ebuild: + amd64/x86 stable, bug #301776 *x86info-1.25 (04 Nov 2009) diff --git a/sys-apps/x86info/x86info-1.25.ebuild b/sys-apps/x86info/x86info-1.25.ebuild index 70fd937ff5fd..e310e725fecc 100644 --- a/sys-apps/x86info/x86info-1.25.ebuild +++ b/sys-apps/x86info/x86info-1.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.25.ebuild,v 1.1 2009/11/04 05:21:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.25.ebuild,v 1.2 2010/02/07 19:42:28 maekke Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.codemonkey.org.uk/projects/x86info/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="" |