diff options
author | Robert Coie <rac@gentoo.org> | 2003-08-13 22:25:46 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-08-13 22:25:46 +0000 |
commit | 065c8a39abccbc065186a112f7d5bd3327410d8c (patch) | |
tree | 65a9c9642440fa1c88fab4b8fa0fb567cfc7690b /dev-perl/CGI/CGI-2.98.ebuild | |
parent | new revision, fixes #26461 (diff) | |
download | historical-065c8a39abccbc065186a112f7d5bd3327410d8c.tar.gz historical-065c8a39abccbc065186a112f7d5bd3327410d8c.tar.bz2 historical-065c8a39abccbc065186a112f7d5bd3327410d8c.zip |
add mips keywords, relax file-spec depend
Diffstat (limited to 'dev-perl/CGI/CGI-2.98.ebuild')
-rw-r--r-- | dev-perl/CGI/CGI-2.98.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CGI/CGI-2.98.ebuild b/dev-perl/CGI/CGI-2.98.ebuild index 65f9c50be553..17bfd40053f1 100644 --- a/dev-perl/CGI/CGI-2.98.ebuild +++ b/dev-perl/CGI/CGI-2.98.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/CGI/CGI-2.98.ebuild,v 1.1 2003/07/23 18:43:54 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.98.ebuild,v 1.2 2003/08/13 22:25:43 rac Exp $ inherit perl-module @@ -13,5 +13,5 @@ HOMEPAGE="http://search.cpan.org/author/L/LD/LDS/CGI.pm-${PV}/" IUSE="" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips" newdepend ">=perl-5.8.0-r12" |