diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-24 19:56:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-24 19:56:28 +0000 |
commit | 5cb1719344bb6b6c3596eac4254eac146f783d88 (patch) | |
tree | 2b6c7dfdd0489b7a4db9a75d8fc38909899ae1bf /dev-libs/geoip | |
parent | Stable for ppc64, wrt bug #470384 (diff) | |
download | gentoo-2-5cb1719344bb6b6c3596eac4254eac146f783d88.tar.gz gentoo-2-5cb1719344bb6b6c3596eac4254eac146f783d88.tar.bz2 gentoo-2-5cb1719344bb6b6c3596eac4254eac146f783d88.zip |
Stable for ppc64, wrt bug #470386
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/geoip')
-rw-r--r-- | dev-libs/geoip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/geoip/geoip-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/geoip/ChangeLog b/dev-libs/geoip/ChangeLog index 77b5d830a534..3047c7f9e927 100644 --- a/dev-libs/geoip/ChangeLog +++ b/dev-libs/geoip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/geoip # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.182 2013/05/22 18:22:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.183 2013/05/24 19:56:28 ago Exp $ + + 24 May 2013; Agostino Sarubbo <ago@gentoo.org> geoip-1.5.0.ebuild: + Stable for ppc64, wrt bug #470386 22 May 2013; Jeroen Roovers <jer@gentoo.org> geoip-1.5.0-r1.ebuild, geoip-1.5.0.ebuild: diff --git a/dev-libs/geoip/geoip-1.5.0.ebuild b/dev-libs/geoip/geoip-1.5.0.ebuild index 189da2da5033..5fb9b8e07c7f 100644 --- a/dev-libs/geoip/geoip-1.5.0.ebuild +++ b/dev-libs/geoip/geoip-1.5.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-libs/geoip/geoip-1.5.0.ebuild,v 1.11 2013/05/22 18:22:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.5.0.ebuild,v 1.12 2013/05/24 19:56:28 ago Exp $ EAPI=5 inherit eutils @@ -23,7 +23,7 @@ SRC_URI=" # GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db LICENSE="LGPL-2.1 GPL-2 MaxMind2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ~ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" IUSE="city ipv6 perl-geoipupdate static-libs" DEPEND="sys-libs/zlib" |