diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 07:58:35 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 07:58:35 +0000 |
commit | 89086dec59145273f337c6282b9cb61e8afc4d76 (patch) | |
tree | 13a0bb505989f847cb4ac2e2072201c9161b876b /dev-perl/Safe | |
parent | Move some variables to locals. Note that all of this cleanup is thanks to mr_... (diff) | |
download | gentoo-2-89086dec59145273f337c6282b9cb61e8afc4d76.tar.gz gentoo-2-89086dec59145273f337c6282b9cb61e8afc4d76.tar.bz2 gentoo-2-89086dec59145273f337c6282b9cb61e8afc4d76.zip |
Stable on amd64.
Diffstat (limited to 'dev-perl/Safe')
-rw-r--r-- | dev-perl/Safe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Safe/Safe-2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Safe/ChangeLog b/dev-perl/Safe/ChangeLog index fb6f79a61e6e..19ecce2fabe4 100644 --- a/dev-perl/Safe/ChangeLog +++ b/dev-perl/Safe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Safe # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe/ChangeLog,v 1.13 2004/10/08 14:55:34 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe/ChangeLog,v 1.14 2004/10/19 07:54:54 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> Safe-2.11.ebuild: + Stable on amd64. 08 Oct 2004; Guy Martin <gmsoft@gentoo.org> Safe-2.11.ebuild: Marked stable on hppa. diff --git a/dev-perl/Safe/Safe-2.11.ebuild b/dev-perl/Safe/Safe-2.11.ebuild index 7e90aff2867d..3a707e0ec00c 100644 --- a/dev-perl/Safe/Safe-2.11.ebuild +++ b/dev-perl/Safe/Safe-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe/Safe-2.11.ebuild,v 1.6 2004/10/08 14:55:34 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe/Safe-2.11.ebuild,v 1.7 2004/10/19 07:54:54 absinthe Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="http://www.cpan.org/modules/by-module/Safe/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc sparc alpha mips hppa" +KEYWORDS="x86 amd64 ~ppc sparc alpha mips hppa" IUSE="" |