diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-02-11 18:48:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-02-11 18:48:42 +0000 |
commit | 0cbe3d4b545297fb9c115e5e7e0f9e601141e1f8 (patch) | |
tree | dd346b800447276accfac1364a68be3c4cfcdbea /dev-perl/Geo-IP | |
parent | Stable for HPPA (bug #495854). (diff) | |
download | gentoo-2-0cbe3d4b545297fb9c115e5e7e0f9e601141e1f8.tar.gz gentoo-2-0cbe3d4b545297fb9c115e5e7e0f9e601141e1f8.tar.bz2 gentoo-2-0cbe3d4b545297fb9c115e5e7e0f9e601141e1f8.zip |
Stable for HPPA (bug #492158).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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.420.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 c09c03ad8378..a1d18b91f349 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.78 2014/02/11 15:24:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.79 2014/02/11 18:48:42 jer Exp $ + + 11 Feb 2014; Jeroen Roovers <jer@gentoo.org> Geo-IP-1.420.0.ebuild: + Stable for HPPA (bug #492158). 11 Feb 2014; Akinori Hattori <hattya@gentoo.org> Geo-IP-1.420.0.ebuild: ia64 stable wrt bug #492158 diff --git a/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild index ecfd9f35810f..2f51abb2ad40 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.420.0.ebuild,v 1.2 2014/02/11 15:24:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild,v 1.3 2014/02/11 18:48:42 jer Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module multilib DESCRIPTION="Look up country by IP Address" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-libs/geoip" |