diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-10-08 14:56:51 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-10-08 14:56:51 +0000 |
commit | 4e0079345e8a4b108c63503bc7c8351933623dc6 (patch) | |
tree | 8c5df5156814da551808550d15a6c3a7efef33be /dev-perl/Safe | |
parent | Security update. #66371. (Manifest recommit) (diff) | |
download | gentoo-2-4e0079345e8a4b108c63503bc7c8351933623dc6.tar.gz gentoo-2-4e0079345e8a4b108c63503bc7c8351933623dc6.tar.bz2 gentoo-2-4e0079345e8a4b108c63503bc7c8351933623dc6.zip |
Marked stable on hppa.
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 5b538f57b14a..fb6f79a61e6e 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.12 2004/09/25 06:54:55 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe/ChangeLog,v 1.13 2004/10/08 14:55:34 gmsoft Exp $ + + 08 Oct 2004; Guy Martin <gmsoft@gentoo.org> Safe-2.11.ebuild: + Marked stable on hppa. 25 Sep 2004; Joshua Kinard <kumba@gentoo.org> Safe-2.11.ebuild: Marked stable on mips. diff --git a/dev-perl/Safe/Safe-2.11.ebuild b/dev-perl/Safe/Safe-2.11.ebuild index 08725d2daab1..7e90aff2867d 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.5 2004/09/25 06:54:55 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe/Safe-2.11.ebuild,v 1.6 2004/10/08 14:55:34 gmsoft 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="" |