diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-15 18:01:55 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-15 18:01:55 +0000 |
commit | d246e0bf10a01ac6b1a9595cb11c65760bf5c3da (patch) | |
tree | ffeb8fe3df9c845595813ab455d40434455bed9e | |
parent | sparc (diff) | |
download | historical-d246e0bf10a01ac6b1a9595cb11c65760bf5c3da.tar.gz historical-d246e0bf10a01ac6b1a9595cb11c65760bf5c3da.tar.bz2 historical-d246e0bf10a01ac6b1a9595cb11c65760bf5c3da.zip |
added s390 to keywords
-rw-r--r-- | dev-perl/ExtUtils-MakeMaker/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/set-scalar/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/set-scalar/set-scalar-1.17.ebuild | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/dev-perl/ExtUtils-MakeMaker/ChangeLog b/dev-perl/ExtUtils-MakeMaker/ChangeLog index 286f209ecd0e..6bd2913c1203 100644 --- a/dev-perl/ExtUtils-MakeMaker/ChangeLog +++ b/dev-perl/ExtUtils-MakeMaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ExtUtils-MakeMaker # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ChangeLog,v 1.44 2004/03/15 09:00:20 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ChangeLog,v 1.45 2004/04/15 17:58:30 randy Exp $ + + 15 Apr 2004; Michael McCabe <randy@gentoo.org> + ExtUtils-MakeMaker-6.21.ebuild: + adding s390 keywords 15 Mar 2004; Joshua Kinard <kumba@gentoo.org> ExtUtils-MakeMaker-6.20.ebuild: diff --git a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild index 1d316a75af7e..9cffd2af41ed 100644 --- a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild +++ b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.21.ebuild,v 1.4 2004/02/22 20:39:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.21.ebuild,v 1.5 2004/04/15 17:58:30 randy Exp $ DESCRIPTION="MakeMaker Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme" IUSE="" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="~x86 ~amd64 ~sparc ppc alpha ~mips ~hppa ppc64 ia64" +KEYWORDS="~x86 ~amd64 ~sparc ppc alpha ~mips ~hppa ppc64 ia64 s390" DEPEND=">=dev-lang/perl-5.8.0-r12 >=sys-apps/sed-4" diff --git a/dev-perl/set-scalar/ChangeLog b/dev-perl/set-scalar/ChangeLog index 649d7f413ca0..88c610a1d56b 100644 --- a/dev-perl/set-scalar/ChangeLog +++ b/dev-perl/set-scalar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/set-scalar # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/set-scalar/ChangeLog,v 1.2 2004/02/27 15:51:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/set-scalar/ChangeLog,v 1.3 2004/04/15 18:01:55 randy Exp $ + + 15 Apr 2004; Michael McCabe <randy@gentoo.org> set-scalar-1.17.ebuild: + adding s390 to keywords 27 Feb 2004; Michael Cummings <mcummings@gentoo.org> set-scalar-1.17.ebuild: silly double slot diff --git a/dev-perl/set-scalar/set-scalar-1.17.ebuild b/dev-perl/set-scalar/set-scalar-1.17.ebuild index 0e4da399ec85..7aebfcf419f5 100644 --- a/dev-perl/set-scalar/set-scalar-1.17.ebuild +++ b/dev-perl/set-scalar/set-scalar-1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/set-scalar/set-scalar-1.17.ebuild,v 1.3 2004/02/27 15:51:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/set-scalar/set-scalar-1.17.ebuild,v 1.4 2004/04/15 18:01:55 randy Exp $ inherit perl-module MY_P=Set-Scalar-${PV} @@ -13,7 +13,7 @@ HOMEPAGE="http://search.cpan.org/author/JHI/Set-Scalar-1.17/" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha s390" DEPEND="${DEPEND}" RDEPEND="${DEPEND}" |