diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-07 16:15:10 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-07 16:15:10 +0000 |
commit | ce965183556859558c62fbc32627bdc93b0d2d07 (patch) | |
tree | 807e17e852285f965be3cb4f12a6753e67816371 /dev-perl/Geo-IP | |
parent | Stable for HPPA (bug #399529). (diff) | |
download | gentoo-2-ce965183556859558c62fbc32627bdc93b0d2d07.tar.gz gentoo-2-ce965183556859558c62fbc32627bdc93b0d2d07.tar.bz2 gentoo-2-ce965183556859558c62fbc32627bdc93b0d2d07.zip |
Stable for HPPA (bug #400125).
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
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.400.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 b9c87503fbb8..1a8b257a1f6c 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.61 2012/02/06 18:52:04 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.62 2012/02/07 16:15:10 jer Exp $ + + 07 Feb 2012; Jeroen Roovers <jer@gentoo.org> Geo-IP-1.400.0.ebuild: + Stable for HPPA (bug #400125). 06 Feb 2012; Brent Baude <ranger@gentoo.org> Geo-IP-1.400.0.ebuild: Marking Geo-IP-1.400.0 ppc for bug 400125 diff --git a/dev-perl/Geo-IP/Geo-IP-1.400.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.400.0.ebuild index c968cfe13cba..f53716ab2157 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.400.0.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.400.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.400.0.ebuild,v 1.4 2012/02/06 18:52:04 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.400.0.ebuild,v 1.5 2012/02/07 16:15:10 jer Exp $ EAPI=4 @@ -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" |