diff options
author | 2014-03-07 23:24:56 +0000 | |
---|---|---|
committer | 2014-03-07 23:24:56 +0000 | |
commit | b5e091ded54eb11b76bb93a5b0b05f02b6a7e36f (patch) | |
tree | f5346747441575afa069e21ce5f447a96ce3bb22 /dev-perl/Geo-IP | |
parent | amd64 stable, bug #492030 (diff) | |
download | gentoo-2-b5e091ded54eb11b76bb93a5b0b05f02b6a7e36f.tar.gz gentoo-2-b5e091ded54eb11b76bb93a5b0b05f02b6a7e36f.tar.bz2 gentoo-2-b5e091ded54eb11b76bb93a5b0b05f02b6a7e36f.zip |
amd64 stable, bug #492158
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
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 4ceb9b81695a..65bc66ba9713 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.80 2014/02/24 01:01:07 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.81 2014/03/07 23:24:56 pacho Exp $ + + 07 Mar 2014; Pacho Ramos <pacho@gentoo.org> Geo-IP-1.420.0.ebuild: + amd64 stable, bug #492158 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> Geo-IP-1.420.0.ebuild: x86 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 bd221913c84f..c23089bc57cf 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.4 2014/02/24 01:01:07 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild,v 1.5 2014/03/07 23:24:56 pacho 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" |