diff options
author | 2013-09-10 15:11:25 +0000 | |
---|---|---|
committer | 2013-09-10 15:11:25 +0000 | |
commit | 61ed80842c31c3e0e0be72b543fb7b7fc4e9f019 (patch) | |
tree | dd542a59bd7a582933255d5bf6eafa130b7c68fe /dev-perl/Sys-CPU | |
parent | Marked ~hppa (bug #484458). (diff) | |
download | gentoo-2-61ed80842c31c3e0e0be72b543fb7b7fc4e9f019.tar.gz gentoo-2-61ed80842c31c3e0e0be72b543fb7b7fc4e9f019.tar.bz2 gentoo-2-61ed80842c31c3e0e0be72b543fb7b7fc4e9f019.zip |
Stable for HPPA (bug #449614).
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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.540.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 e55ce3ee7d9c..1cba345cec4f 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.24 2013/09/09 22:14:59 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.25 2013/09/10 15:11:25 jer Exp $ + + 10 Sep 2013; Jeroen Roovers <jer@gentoo.org> Sys-CPU-0.540.0.ebuild: + Stable for HPPA (bug #449614). 09 Sep 2013; Mikle Kolyada <zlogene@gentoo.org> Sys-CPU-0.540.0.ebuild: alpha stable wrt bug #449614 diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.540.0.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.540.0.ebuild index 3c8c1d1279e2..3ce808b8beaf 100644 --- a/dev-perl/Sys-CPU/Sys-CPU-0.540.0.ebuild +++ b/dev-perl/Sys-CPU/Sys-CPU-0.540.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.540.0.ebuild,v 1.3 2013/09/09 22:14:59 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.540.0.ebuild,v 1.4 2013/09/10 15:11:25 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 ~ppc-macos" +KEYWORDS="alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" IUSE="" |