diff options
author | 2003-02-22 07:47:53 +0000 | |
---|---|---|
committer | 2003-02-22 07:47:53 +0000 | |
commit | c644e254fffb8d9a65e993f8ea5c1f658fc4fffc (patch) | |
tree | dccc42af67e9358168ccfd86bc43b0248ed01f27 /dev-perl | |
parent | added ppc (diff) | |
download | gentoo-2-c644e254fffb8d9a65e993f8ea5c1f658fc4fffc.tar.gz gentoo-2-c644e254fffb8d9a65e993f8ea5c1f658fc4fffc.tar.bz2 gentoo-2-c644e254fffb8d9a65e993f8ea5c1f658fc4fffc.zip |
add arm keyword
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/ExtUtils-MakeMaker/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Safe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Safe/Safe-2.09.ebuild | 2 |
4 files changed, 11 insertions, 5 deletions
diff --git a/dev-perl/ExtUtils-MakeMaker/ChangeLog b/dev-perl/ExtUtils-MakeMaker/ChangeLog index 43bd498f8014..61a6c56bfc6d 100644 --- a/dev-perl/ExtUtils-MakeMaker/ChangeLog +++ b/dev-perl/ExtUtils-MakeMaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/ExtUtils-MakeMaker # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ChangeLog,v 1.16 2003/02/12 06:17:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ChangeLog,v 1.17 2003/02/22 07:47:53 zwelch Exp $ + + 21 Feb 2003; Zach Welch <zwelch@gentoo.org> : + Added arm to keywords. 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> : Added hppa to keywords. diff --git a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild index a568c4b0d3e2..fe6531187cdf 100644 --- a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild +++ b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild,v 1.5 2003/02/13 11:07:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild,v 1.6 2003/02/22 07:47:53 zwelch Exp $ inherit perl-post @@ -11,7 +11,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 sparc ppc alpha mips hppa" +KEYWORDS="x86 sparc ppc alpha mips hppa arm" DEPEND=">=sys-devel/perl-5.6.1-r10" diff --git a/dev-perl/Safe/ChangeLog b/dev-perl/Safe/ChangeLog index 68f1b5a66d36..1904052aecd7 100644 --- a/dev-perl/Safe/ChangeLog +++ b/dev-perl/Safe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Safe # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe/ChangeLog,v 1.5 2003/02/12 06:24:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe/ChangeLog,v 1.6 2003/02/22 07:47:53 zwelch Exp $ + + 21 Feb 2003; Zach Welch <zwelch@gentoo.org> Safe-2.09.ebuild : + Added arm to keywords. 11 Feb 2003; Guy Martin <gmsoft@gentoo.org> Safe-2.09.ebuild : Added hppa to keywords. diff --git a/dev-perl/Safe/Safe-2.09.ebuild b/dev-perl/Safe/Safe-2.09.ebuild index 70b0a78e6a87..9f6f407840fc 100644 --- a/dev-perl/Safe/Safe-2.09.ebuild +++ b/dev-perl/Safe/Safe-2.09.ebuild @@ -10,4 +10,4 @@ HOMEPAGE="http://search.cpan.org/src/ABERGMAN/${P}/README" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 ppc sparc alpha mips hppa" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" |