diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-13 23:22:25 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-13 23:22:25 +0000 |
commit | 59b6657efb00e92a0985880b2181d312c10811c7 (patch) | |
tree | 23d8396f9338e1d16fd6a98286898d5d176e404b /dev-perl/Geo-IP | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-59b6657efb00e92a0985880b2181d312c10811c7.tar.gz gentoo-2-59b6657efb00e92a0985880b2181d312c10811c7.tar.bz2 gentoo-2-59b6657efb00e92a0985880b2181d312c10811c7.zip |
Stable on ppc.
(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 1becb602a473..03a9ba065c1b 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.16 2005/08/12 10:18:02 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.17 2005/08/13 23:22:09 hansmi Exp $ + + 13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> Geo-IP-1.25.ebuild: + Stable on ppc. 12 Aug 2005; Michael Cummings <mcummings@gentoo.org> Geo-IP-1.25.ebuild: Marking stable x86 - marked an old one by mistake earlier diff --git a/dev-perl/Geo-IP/Geo-IP-1.25.ebuild b/dev-perl/Geo-IP/Geo-IP-1.25.ebuild index 9393f31bd2ee..df817cd5bf86 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.3 2005/08/12 10:18:02 mcummings Exp $ +# $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 $ 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="x86 sparc ~ppc" +KEYWORDS="ppc sparc x86" DEPEND="dev-libs/geoip" myconf="${myconf} LIBS='-L/usr/$(get_libdir)'" |