diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-13 17:02:56 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-13 17:02:56 +0000 |
commit | 20bc596c4566c7b77976ca8ba78616460a1834f2 (patch) | |
tree | 8f2c4fec5745df58df85d85981a9c02825c4cc69 /dev-perl/Scope-Guard | |
parent | Marking Pod-Coverage-0.21 ~ppc for bug 341865 (diff) | |
download | gentoo-2-20bc596c4566c7b77976ca8ba78616460a1834f2.tar.gz gentoo-2-20bc596c4566c7b77976ca8ba78616460a1834f2.tar.bz2 gentoo-2-20bc596c4566c7b77976ca8ba78616460a1834f2.zip |
Marking Scope-Guard-0.20 ppc for bug 341865
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl/Scope-Guard')
-rw-r--r-- | dev-perl/Scope-Guard/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Scope-Guard/ChangeLog b/dev-perl/Scope-Guard/ChangeLog index 3ecfb9f82f8b..5c7233876624 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.8 2010/06/27 16:33:04 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.9 2011/01/13 17:02:56 ranger Exp $ + + 13 Jan 2011; Brent Baude <ranger@gentoo.org> Scope-Guard-0.20.ebuild: + Marking Scope-Guard-0.20 ppc stable for bug 341865 27 Jun 2010; <nixnut@gentoo.org> Scope-Guard-0.03.ebuild: ppc stable #323529 diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild index 2c4e96ae1d3a..6ed0d7139a1b 100644 --- a/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild +++ b/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.20.ebuild,v 1.2 2010/06/15 05:35:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild,v 1.3 2011/01/13 17:02:56 ranger Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Lexically scoped resource management" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~x86-solaris" +KEYWORDS="amd64 ppc x86 ~x86-solaris" IUSE="test" RDEPEND="" |