summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-15 05:41:24 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-15 05:41:24 +0000
commit1ff4bf5247f886e161619bfef428ac642ffd639d (patch)
treeabbeddf0cb6226d5d368677ce846070aec401a06 /dev-perl/Scope-Guard
parentStable on x86 (#323529) (diff)
downloadhistorical-1ff4bf5247f886e161619bfef428ac642ffd639d.tar.gz
historical-1ff4bf5247f886e161619bfef428ac642ffd639d.tar.bz2
historical-1ff4bf5247f886e161619bfef428ac642ffd639d.zip
Stable on amd64 and x86 (#323529)
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Scope-Guard')
-rw-r--r--dev-perl/Scope-Guard/ChangeLog5
-rw-r--r--dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild4
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=""