diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:01:07 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:01:07 +0000 |
commit | 2d01a1bc6e64858a080c430681ec4364f2a848f1 (patch) | |
tree | c75979f481ebcbc4be91566268ac4ad6fbc5dab9 /dev-perl/Geo-IP | |
parent | x86 stable wrt bug #495466 (diff) | |
download | gentoo-2-2d01a1bc6e64858a080c430681ec4364f2a848f1.tar.gz gentoo-2-2d01a1bc6e64858a080c430681ec4364f2a848f1.tar.bz2 gentoo-2-2d01a1bc6e64858a080c430681ec4364f2a848f1.zip |
x86 stable wrt bug #492158
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
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 a1d18b91f349..4ceb9b81695a 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.79 2014/02/11 18:48:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.80 2014/02/24 01:01:07 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> Geo-IP-1.420.0.ebuild: + x86 stable wrt bug #492158 11 Feb 2014; Jeroen Roovers <jer@gentoo.org> Geo-IP-1.420.0.ebuild: Stable for HPPA (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 2f51abb2ad40..bd221913c84f 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.3 2014/02/11 18:48:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild,v 1.4 2014/02/24 01:01:07 phajdan.jr 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" |