diff options
Diffstat (limited to 'dev-perl/Scope-Guard')
-rw-r--r-- | dev-perl/Scope-Guard/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Scope-Guard/ChangeLog b/dev-perl/Scope-Guard/ChangeLog index fa960b567b2f..20073485197e 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.2 2009/10/26 13:43:19 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.3 2009/12/02 09:29:40 tove Exp $ + + 02 Dec 2009; Torsten Veller <tove@gentoo.org> Scope-Guard-0.03.ebuild: + Stable on amd64 and x86 (#293622) 26 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> Scope-Guard-0.03.ebuild: Keywording for ppc, bug 283244 diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild index 9c25a1c6748a..10e05e639b5b 100644 --- a/dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild +++ b/dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.03.ebuild,v 1.2 2009/10/26 13:43:19 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild,v 1.3 2009/12/02 09:29:40 tove Exp $ MODULE_AUTHOR=CHOCOLATE inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Lexically scoped resource management" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="test" RDEPEND="dev-lang/perl" |