diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2015-05-13 07:00:57 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2015-05-13 07:00:57 +0000 |
commit | 4fe36997f588b295e821324768894fd840ba0d3c (patch) | |
tree | 3b35cd5a08cd163bb9534f9600f074ac35e7c64e /dev-perl/Geo-IP | |
parent | ppc64 stable wrt bug #537464 (diff) | |
download | gentoo-2-4fe36997f588b295e821324768894fd840ba0d3c.tar.gz gentoo-2-4fe36997f588b295e821324768894fd840ba0d3c.tar.bz2 gentoo-2-4fe36997f588b295e821324768894fd840ba0d3c.zip |
ppc64 stable wrt bug #537464
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key )
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.450.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 155e1dca2381..40b407945c03 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Geo-IP # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.94 2015/02/26 19:00:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.95 2015/05/13 07:00:57 jmorgan Exp $ + + 13 May 2015; Jack Morgan <jmorgan@gentoo.org> Geo-IP-1.450.0.ebuild: + ppc64 stable wrt bug #537464 26 Feb 2015; Markus Meier <maekke@gentoo.org> Geo-IP-1.450.0.ebuild: arm stable, bug #537464 diff --git a/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild index abee6457d297..72b7a9b1579c 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.450.0.ebuild,v 1.8 2015/02/26 19:00:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild,v 1.9 2015/05/13 07:00:57 jmorgan Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module multilib DESCRIPTION="Look up country by IP Address" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="dev-libs/geoip" |