diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 11:51:39 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 11:51:39 +0000 |
commit | 456cfcf7db1d2991218d82b95da2240509f5aab8 (patch) | |
tree | b616e5da2e5a62a09fe56aaadf6c9c0d57fe44eb | |
parent | Marked ~ppc-aix, bug #432288 (diff) | |
download | gentoo-2-456cfcf7db1d2991218d82b95da2240509f5aab8.tar.gz gentoo-2-456cfcf7db1d2991218d82b95da2240509f5aab8.tar.bz2 gentoo-2-456cfcf7db1d2991218d82b95da2240509f5aab8.zip |
Marked ~ppc-aix, bug #432288
(Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
-rw-r--r-- | dev-perl/Scope-Guard/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Scope-Guard/Scope-Guard-0.200.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Scope-Guard/ChangeLog b/dev-perl/Scope-Guard/ChangeLog index bafa5bd980aa..c3ec2d8650c2 100644 --- a/dev-perl/Scope-Guard/ChangeLog +++ b/dev-perl/Scope-Guard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Scope-Guard # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.14 2012/06/24 12:58:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.15 2012/09/01 11:51:39 grobian Exp $ + + 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> Scope-Guard-0.200.0.ebuild: + Marked ~ppc-aix, bug #432288 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.200.0.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.200.0.ebuild index 77e352ad7b9b..2d342359747d 100644 --- a/dev-perl/Scope-Guard/Scope-Guard-0.200.0.ebuild +++ b/dev-perl/Scope-Guard/Scope-Guard-0.200.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/Scope-Guard-0.200.0.ebuild,v 1.2 2011/09/03 21:04:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/Scope-Guard-0.200.0.ebuild,v 1.3 2012/09/01 11:51:39 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Lexically scoped resource management" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-solaris" +KEYWORDS="amd64 ppc x86 ~ppc-aix ~x86-solaris" IUSE="test" RDEPEND="" |