diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-14 16:31:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-14 16:31:27 +0000 |
commit | 6aac25156be62a661d6cc20bdce531e05eafb5e4 (patch) | |
tree | 3a68d7906d403782b0c6774e7473a4fc94a43cd1 /perl-core/CGI | |
parent | Fix bug #174540. (diff) | |
download | historical-6aac25156be62a661d6cc20bdce531e05eafb5e4.tar.gz historical-6aac25156be62a661d6cc20bdce531e05eafb5e4.tar.bz2 historical-6aac25156be62a661d6cc20bdce531e05eafb5e4.zip |
arm/s390/sh stable
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'perl-core/CGI')
-rw-r--r-- | perl-core/CGI/CGI-3.19.ebuild | 4 | ||||
-rw-r--r-- | perl-core/CGI/CGI-3.27.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/perl-core/CGI/CGI-3.19.ebuild b/perl-core/CGI/CGI-3.19.ebuild index a0544bc7a219..8de4cf15bcb4 100644 --- a/perl-core/CGI/CGI-3.19.ebuild +++ b/perl-core/CGI/CGI-3.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.19.ebuild,v 1.3 2006/10/20 19:53:41 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.19.ebuild,v 1.4 2007/04/14 16:28:51 vapier Exp $ inherit perl-module @@ -14,5 +14,5 @@ IUSE="" SLOT="0" SRC_TEST="do" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc ~x86" DEPEND=">=dev-lang/perl-5.8.0-r12" diff --git a/perl-core/CGI/CGI-3.27.ebuild b/perl-core/CGI/CGI-3.27.ebuild index d376b9049c52..ff59de978062 100644 --- a/perl-core/CGI/CGI-3.27.ebuild +++ b/perl-core/CGI/CGI-3.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.27.ebuild,v 1.2 2007/04/09 16:57:28 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.27.ebuild,v 1.3 2007/04/14 16:28:51 vapier Exp $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/L/LD/LDS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/perl-5.8.0-r12" |