diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 19:26:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 19:26:18 +0000 |
commit | 899f1d4c84d479d93cab006e84b37f7d408a74fb (patch) | |
tree | d72691fc5e186d15615576778ebf5d663ae32945 /dev-perl/Scope-Guard | |
parent | Marked ~x86-solaris, bug #296509 (diff) | |
download | historical-899f1d4c84d479d93cab006e84b37f7d408a74fb.tar.gz historical-899f1d4c84d479d93cab006e84b37f7d408a74fb.tar.bz2 historical-899f1d4c84d479d93cab006e84b37f7d408a74fb.zip |
Marked ~x86-solaris, bug #296509
Package-Manager: portage-2.2.00.15134-prefix/cvs/Darwin powerpc
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 20073485197e..3e553bc2e2e9 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.3 2009/12/02 09:29:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.4 2009/12/23 19:22:28 grobian Exp $ + + 23 Dec 2009; Fabian Groffen <grobian@gentoo.org> Scope-Guard-0.03.ebuild: + Marked ~x86-solaris, bug #296509 02 Dec 2009; Torsten Veller <tove@gentoo.org> Scope-Guard-0.03.ebuild: Stable on amd64 and x86 (#293622) diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild index 10e05e639b5b..74b92727bd96 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.3 2009/12/02 09:29:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/Scope-Guard-0.03.ebuild,v 1.4 2009/12/23 19:22:28 grobian 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 ~x86-solaris" IUSE="test" RDEPEND="dev-lang/perl" |