diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-03-24 10:40:22 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-03-24 10:40:22 +0000 |
commit | 985f95de8178f85af4d31fd51e385671ada64482 (patch) | |
tree | 7d2d8f6a2a322b237cdc2571748cbe6ad92448ff /dev-perl/Sys-CPU | |
parent | Marked ~ppc-macos, bug #449786 (diff) | |
download | gentoo-2-985f95de8178f85af4d31fd51e385671ada64482.tar.gz gentoo-2-985f95de8178f85af4d31fd51e385671ada64482.tar.bz2 gentoo-2-985f95de8178f85af4d31fd51e385671ada64482.zip |
Marked ~ppc-macos, bug #449786
(Portage version: 2.2.01.21863-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-perl/Sys-CPU')
-rw-r--r-- | dev-perl/Sys-CPU/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Sys-CPU/Sys-CPU-0.540.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Sys-CPU/ChangeLog b/dev-perl/Sys-CPU/ChangeLog index 3777f24e29f0..b5e440cffa7e 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.22 2012/11/13 19:30:44 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.23 2013/03/24 10:40:22 grobian Exp $ + + 24 Mar 2013; Fabian Groffen <grobian@gentoo.org> Sys-CPU-0.540.0.ebuild: + Marked ~ppc-macos, bug #449786 *Sys-CPU-0.540.0 (13 Nov 2012) 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 038842022ef8..282966af3c72 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-2012 Gentoo Foundation +# 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.1 2012/11/13 19:30:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.540.0.ebuild,v 1.2 2013/03/24 10:40:22 grobian 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 ~ppc-macos" IUSE="" |