diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-15 05:35:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-15 05:35:53 +0000 |
commit | b37b11734f077be821d597c9c7a19c7d58b361e6 (patch) | |
tree | 17a55a1527126ac62d1b5236379f0b54d457abf6 /dev-perl | |
parent | Stable on amd64 and x86 (#323529) (diff) | |
download | gentoo-2-b37b11734f077be821d597c9c7a19c7d58b361e6.tar.gz gentoo-2-b37b11734f077be821d597c9c7a19c7d58b361e6.tar.bz2 gentoo-2-b37b11734f077be821d597c9c7a19c7d58b361e6.zip |
Stable on amd64 and x86 (#323529)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Scope-Guard/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Scope-Guard/ChangeLog b/dev-perl/Scope-Guard/ChangeLog index d5d71d769cfb..5579542e3822 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.6 2010/05/17 05:26:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.7 2010/06/15 05:35:53 tove Exp $ + + 15 Jun 2010; Torsten Veller <tove@gentoo.org> Scope-Guard-0.20.ebuild: + Stable on amd64 and x86 (#323529) *Scope-Guard-0.20 (17 May 2010) diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild index 581d658565c2..2c4e96ae1d3a 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 # 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.1 2010/05/17 05:26:03 tove Exp $ +# $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 $ 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="" |