diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-17 13:47:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-17 13:47:59 +0000 |
commit | d32cc4141a90da44c87766dd1c4812de43764e1c (patch) | |
tree | ae8492f1e52217f0b85f4e121745a2532e8a64cb /dev-perl/Geo-IP | |
parent | Stable for ppc, wrt bug #534830 (diff) | |
download | gentoo-2-d32cc4141a90da44c87766dd1c4812de43764e1c.tar.gz gentoo-2-d32cc4141a90da44c87766dd1c4812de43764e1c.tar.bz2 gentoo-2-d32cc4141a90da44c87766dd1c4812de43764e1c.zip |
Stable for ppc, wrt bug #535182
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
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 1ed88e2ed71b..56b50f220064 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.90 2015/01/09 13:41:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.91 2015/01/17 13:47:59 ago Exp $ + + 17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> Geo-IP-1.450.0.ebuild: + Stable for ppc, wrt bug #535182 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> Geo-IP-1.450.0.ebuild: Stable for amd64, wrt bug #535182 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 3203afeb81ce..5ef2a13f6f32 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.4 2015/01/09 13:41:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild,v 1.5 2015/01/17 13:47:59 ago 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" |