diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-09-11 23:25:05 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-09-11 23:25:05 +0000 |
commit | 824e69cbb861f2c3f1a5df2cf2a702bf07fc01a3 (patch) | |
tree | 129625b5f848adbc083e3a1101f3d10a07fc70f0 /dev-perl/Geo-IP | |
parent | Revbump to final version for gnome 2.12.0 (diff) | |
download | gentoo-2-824e69cbb861f2c3f1a5df2cf2a702bf07fc01a3.tar.gz gentoo-2-824e69cbb861f2c3f1a5df2cf2a702bf07fc01a3.tar.bz2 gentoo-2-824e69cbb861f2c3f1a5df2cf2a702bf07fc01a3.zip |
Added ~amd64 keyword. Closes bug #105486.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 2d978ed018d2..76223c6c2314 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Geo-IP # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.18 2005/08/15 10:40:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.19 2005/09/11 23:25:05 metalgod Exp $ + + 12 Sep 2005; Luis Medinas <metalgod@gentoo.org> Geo-IP-1.25.ebuild: + Added ~amd64 keyword. Closes bug #105486. 15 Aug 2005; Michael Cummings <mcummings@gentoo.org> -Geo-IP-1.21.ebuild: Cleaning stale ebuild diff --git a/dev-perl/Geo-IP/Geo-IP-1.25.ebuild b/dev-perl/Geo-IP/Geo-IP-1.25.ebuild index df817cd5bf86..f555d3143cf5 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.25.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.25.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.25.ebuild,v 1.4 2005/08/13 23:22:09 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.25.ebuild,v 1.5 2005/09/11 23:25:05 metalgod Exp $ inherit perl-module multilib @@ -10,7 +10,7 @@ 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="ppc sparc x86" +KEYWORDS="~amd64 ppc sparc x86" DEPEND="dev-libs/geoip" myconf="${myconf} LIBS='-L/usr/$(get_libdir)'" |