diff options
Diffstat (limited to 'dev-perl/Geo-IP/Geo-IP-1.23.ebuild')
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Geo-IP/Geo-IP-1.23.ebuild b/dev-perl/Geo-IP/Geo-IP-1.23.ebuild index 01087b4b9f95..e06ec0eed52a 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.23.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.23.ebuild,v 1.2 2005/04/02 19:07:47 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.23.ebuild,v 1.3 2005/04/24 13:13:13 hansmi Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="mirror://cpan/authors/id/T/TJ/TJMATHER/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ppc" DEPEND="dev-libs/geoip" |