diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 15:58:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 15:58:50 +0000 |
commit | 4b1595636b432169b35dbbf61d4533719e683b93 (patch) | |
tree | 90262928f07c61834423df615797249019bcf340 | |
parent | Stable for amd64, wrt bug #400377 (diff) | |
download | gentoo-2-4b1595636b432169b35dbbf61d4533719e683b93.tar.gz gentoo-2-4b1595636b432169b35dbbf61d4533719e683b93.tar.bz2 gentoo-2-4b1595636b432169b35dbbf61d4533719e683b93.zip |
Stable for amd64, wrt bug #400125
(Portage version: 2.1.10.44/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.400.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index cba5a80027f6..eb2051484b19 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.58 2011/12/28 03:54:21 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.59 2012/01/27 15:58:50 ago Exp $ + + 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> Geo-IP-1.400.0.ebuild: + Stable for amd64, wrt bug #400125 28 Dec 2011; Jeroen Roovers <jer@gentoo.org> -Geo-IP-1.28.ebuild: Old. 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 ecfa5d3e6ee2..44334c9c6692 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-2011 Gentoo Foundation +# 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.1 2011/08/30 18:37:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.400.0.ebuild,v 1.2 2012/01/27 15:58:50 ago 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" |