diff options
author | 2009-12-31 16:24:04 +0000 | |
---|---|---|
committer | 2009-12-31 16:24:04 +0000 | |
commit | 32b0fe6b798efe1cc7ee4710b015de17871a26e8 (patch) | |
tree | 364ca846c77f07307fde7b3488c834a39ac02ae5 /dev-perl/Sys-CPU | |
parent | stable x86, bug 297122 (diff) | |
download | gentoo-2-32b0fe6b798efe1cc7ee4710b015de17871a26e8.tar.gz gentoo-2-32b0fe6b798efe1cc7ee4710b015de17871a26e8.tar.bz2 gentoo-2-32b0fe6b798efe1cc7ee4710b015de17871a26e8.zip |
Marking Sys-CPU-0.51 ~ppc64 for bug 295639
(Portage version: 2.1.7.16/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl/Sys-CPU')
-rw-r--r-- | dev-perl/Sys-CPU/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sys-CPU/ChangeLog b/dev-perl/Sys-CPU/ChangeLog index f8b1e88e7dd9..4bb2b1a9e054 100644 --- a/dev-perl/Sys-CPU/ChangeLog +++ b/dev-perl/Sys-CPU/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sys-CPU # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.5 2009/12/26 19:03:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.6 2009/12/31 16:24:04 ranger Exp $ + + 31 Dec 2009; Brent Baude <ranger@gentoo.org> Sys-CPU-0.51.ebuild: + Marking Sys-CPU-0.51 ~ppc64 for bug 295639 26 Dec 2009; Raúl Porcel <armin76@gentoo.org> Sys-CPU-0.51.ebuild: Add ~alpha/~sparc wrt #295639 diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild index 4028e91a90e6..b3caf5fa8aa8 100644 --- a/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild +++ b/dev-perl/Sys-CPU/Sys-CPU-0.51.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/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild,v 1.4 2009/12/26 19:02:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild,v 1.5 2009/12/31 16:24:04 ranger Exp $ EAPI=2 @@ -12,5 +12,5 @@ DESCRIPTION="Access CPU info. number, etc on Win and UNIX" # License is not specified LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" IUSE="" |