diff options
author | Markus Meier <maekke@gentoo.org> | 2014-09-27 11:32:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-09-27 11:32:21 +0000 |
commit | f843fafdb9c51aa1f195ab8225227fc73b87b33e (patch) | |
tree | fa2f016386b9e2883025b66388ebe636e0932b8b /dev-perl/Geo-IP | |
parent | version bump (diff) | |
download | gentoo-2-f843fafdb9c51aa1f195ab8225227fc73b87b33e.tar.gz gentoo-2-f843fafdb9c51aa1f195ab8225227fc73b87b33e.tar.bz2 gentoo-2-f843fafdb9c51aa1f195ab8225227fc73b87b33e.zip |
add ~arm, bug #521400
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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.430.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 2762739cc7bd..0ddf7a375316 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.85 2014/03/25 12:34:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.86 2014/09/27 11:32:21 maekke Exp $ + + 27 Sep 2014; Markus Meier <maekke@gentoo.org> Geo-IP-1.430.0.ebuild: + add ~arm, bug #521400 25 Mar 2014; Jeroen Roovers <jer@gentoo.org> -Geo-IP-1.400.0.ebuild, -Geo-IP-1.410.0.ebuild: diff --git a/dev-perl/Geo-IP/Geo-IP-1.430.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.430.0.ebuild index aa5bc19ffafe..1bf0a9e05f21 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.430.0.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.430.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.430.0.ebuild,v 1.1 2013/12/17 15:39:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.430.0.ebuild,v 1.2 2014/09/27 11:32:21 maekke 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 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-libs/geoip" |