diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-03-02 18:04:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-03-02 18:04:06 +0000 |
commit | 16617e46b7d6db54acd87bc0407ff66c2bee7954 (patch) | |
tree | ed778cc67221d67564384c6875ae133198adc444 /dev-perl/Sys-CPU | |
parent | Adding USE=selinux dependencies on xorg-server (diff) | |
download | historical-16617e46b7d6db54acd87bc0407ff66c2bee7954.tar.gz historical-16617e46b7d6db54acd87bc0407ff66c2bee7954.tar.bz2 historical-16617e46b7d6db54acd87bc0407ff66c2bee7954.zip |
Stable for HPPA (bug #356387).
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
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.520.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sys-CPU/ChangeLog b/dev-perl/Sys-CPU/ChangeLog index 5814bc0ce83a..b853421af880 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.14 2012/03/02 15:01:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.15 2012/03/02 18:03:53 jer Exp $ + + 02 Mar 2012; Jeroen Roovers <jer@gentoo.org> Sys-CPU-0.520.0.ebuild: + Stable for HPPA (bug #356387). 02 Mar 2012; Agostino Sarubbo <ago@gentoo.org> Sys-CPU-0.520.0.ebuild: Stable for amd64, wrt bug #356387 diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.520.0.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.520.0.ebuild index b6d6037e5a55..280599599d79 100644 --- a/dev-perl/Sys-CPU/Sys-CPU-0.520.0.ebuild +++ b/dev-perl/Sys-CPU/Sys-CPU-0.520.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.520.0.ebuild,v 1.3 2012/03/02 15:01:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.520.0.ebuild,v 1.4 2012/03/02 18:03:53 jer Exp $ EAPI=4 @@ -11,5 +11,5 @@ inherit perl-module DESCRIPTION="Access CPU info. number, etc on Win and UNIX" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" |