diff options
author | 2014-03-19 15:19:24 +0000 | |
---|---|---|
committer | 2014-03-19 15:19:24 +0000 | |
commit | b896f4a5f1f5a9d5b90110ffcb951a2107734181 (patch) | |
tree | 0f9e0cca03b91506d873db4488655348b61d0c31 /dev-perl/Geo-IP | |
parent | Stable for alpha, wrt bug #495690 (diff) | |
download | gentoo-2-b896f4a5f1f5a9d5b90110ffcb951a2107734181.tar.gz gentoo-2-b896f4a5f1f5a9d5b90110ffcb951a2107734181.tar.bz2 gentoo-2-b896f4a5f1f5a9d5b90110ffcb951a2107734181.zip |
Stable for alpha, wrt bug #492158
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", 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.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 81dbd2764454..ff5034323018 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.82 2014/03/12 09:54:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.83 2014/03/19 15:19:24 ago Exp $ + + 19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> Geo-IP-1.420.0.ebuild: + Stable for alpha, wrt bug #492158 12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> Geo-IP-1.420.0.ebuild: Stable for sparc, 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 3a9b5a6c1e60..99f42c6d56c6 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.6 2014/03/12 09:54:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild,v 1.7 2014/03/19 15:19:24 ago 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" |