diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2013-06-10 11:35:53 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2013-06-10 11:35:53 +0000 |
commit | f1bac1bd8e9cc3d3ea8fee5153ace813489c2a7e (patch) | |
tree | 34bf261d62b08762cb4ab49496c38a37f230bbd4 /dev-perl | |
parent | Add missing dep libbmp. (diff) | |
download | gentoo-2-f1bac1bd8e9cc3d3ea8fee5153ace813489c2a7e.tar.gz gentoo-2-f1bac1bd8e9cc3d3ea8fee5153ace813489c2a7e.tar.bz2 gentoo-2-f1bac1bd8e9cc3d3ea8fee5153ace813489c2a7e.zip |
amd64 stable wrt bug #470408
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.410.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 4afbe13cd3d8..e70e74ac8396 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.68 2013/03/19 13:03:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.69 2013/06/10 11:35:53 zlogene Exp $ + + 10 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> Geo-IP-1.410.0.ebuild: + amd64 stable wrt bug #470408 19 Mar 2013; Jeroen Roovers <jer@gentoo.org> Geo-IP-1.410.0.ebuild: Bump internal version too. diff --git a/dev-perl/Geo-IP/Geo-IP-1.410.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.410.0.ebuild index 84c6ee2130a6..a6c9ecb5a08e 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.410.0.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.410.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.410.0.ebuild,v 1.2 2013/03/19 13:03:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.410.0.ebuild,v 1.3 2013/06/10 11:35:53 zlogene 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" |