diff options
Diffstat (limited to 'dev-perl/CGI/CGI-2.78-r2.ebuild')
-rw-r--r-- | dev-perl/CGI/CGI-2.78-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/CGI/CGI-2.78-r2.ebuild b/dev-perl/CGI/CGI-2.78-r2.ebuild index c38c8f2b17a7..87e232590218 100644 --- a/dev-perl/CGI/CGI-2.78-r2.ebuild +++ b/dev-perl/CGI/CGI-2.78-r2.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.78-r2.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ - -# Inherit the perl-module.eclass functions +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.78-r2.ebuild,v 1.4 2002/07/23 22:29:48 seemant Exp $ inherit perl-module @@ -11,5 +9,6 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="The Perl CGI Module" SRC_URI="http://www.cpan.org/authors/id/LDS/${MY_P}.tar.gz" -LICENSE="Artistic | GPL-2" SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" |