diff options
author | Kenneth Prugh <ken69267@gentoo.org> | 2009-05-12 19:00:53 +0000 |
---|---|---|
committer | Kenneth Prugh <ken69267@gentoo.org> | 2009-05-12 19:00:53 +0000 |
commit | 2c877e4ae2c667b9cba57b8df16dbce9f57f493e (patch) | |
tree | 021e47b7cf963d766f3048666ac619908c607d1c /sys-apps/x86info | |
parent | Add music streaming (64-bit) patch to latest RC (diff) | |
download | gentoo-2-2c877e4ae2c667b9cba57b8df16dbce9f57f493e.tar.gz gentoo-2-2c877e4ae2c667b9cba57b8df16dbce9f57f493e.tar.bz2 gentoo-2-2c877e4ae2c667b9cba57b8df16dbce9f57f493e.zip |
amd64 stable, bug #268973
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/x86info')
-rw-r--r-- | sys-apps/x86info/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/x86info/x86info-1.24-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/x86info/ChangeLog b/sys-apps/x86info/ChangeLog index 1fecff39202a..19a57752e2eb 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.24 2009/05/07 20:04:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.25 2009/05/12 19:00:53 ken69267 Exp $ + + 12 May 2009; Kenneth Prugh <ken69267@gentoo.org> x86info-1.24-r1.ebuild: + amd64 stable, bug #268973 07 May 2009; Samuli Suominen <ssuominen@gentoo.org> x86info-1.24-r1.ebuild: diff --git a/sys-apps/x86info/x86info-1.24-r1.ebuild b/sys-apps/x86info/x86info-1.24-r1.ebuild index ac30e02d5e53..f0ffb99a513f 100644 --- a/sys-apps/x86info/x86info-1.24-r1.ebuild +++ b/sys-apps/x86info/x86info-1.24-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.24-r1.ebuild,v 1.2 2009/05/07 20:04:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.24-r1.ebuild,v 1.3 2009/05/12 19:00:53 ken69267 Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.codemonkey.org.uk/projects/x86info/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" IUSE="" DEPEND="" |