diff options
author | 2015-01-26 10:13:04 +0000 | |
---|---|---|
committer | 2015-01-26 10:13:04 +0000 | |
commit | 8dbf822f4a86662e9319c9c61f96a8325ff82b52 (patch) | |
tree | 3d9aa3478bf74450091ecfe74469c698a894dc5a /dev-perl/Geo-IP | |
parent | Stable for x86, wrt bug #535570 (diff) | |
download | gentoo-2-8dbf822f4a86662e9319c9c61f96a8325ff82b52.tar.gz gentoo-2-8dbf822f4a86662e9319c9c61f96a8325ff82b52.tar.bz2 gentoo-2-8dbf822f4a86662e9319c9c61f96a8325ff82b52.zip |
Stable for x86, wrt bug #535182
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 56b50f220064..3d6f44611507 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.91 2015/01/17 13:47:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.92 2015/01/26 10:13:04 ago Exp $ + + 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> Geo-IP-1.450.0.ebuild: + Stable for x86, wrt bug #535182 17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> Geo-IP-1.450.0.ebuild: Stable for ppc, 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 5ef2a13f6f32..09c4f58457fe 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.5 2015/01/17 13:47:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild,v 1.6 2015/01/26 10:13:04 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" |