diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:23:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:23:02 +0000 |
commit | 15b7d033583e5c0fa730fc009557378589937c90 (patch) | |
tree | fb35fd773a19c9a6b1f51ad341ed85769bdbecbb /dev-libs/geoip | |
parent | Stable for arm, wrt bug #470288 (diff) | |
download | gentoo-2-15b7d033583e5c0fa730fc009557378589937c90.tar.gz gentoo-2-15b7d033583e5c0fa730fc009557378589937c90.tar.bz2 gentoo-2-15b7d033583e5c0fa730fc009557378589937c90.zip |
Stable for arm, wrt bug #470386
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", 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 3df274f56bd4..bbbf3b8e6a7c 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.178 2013/05/20 15:37:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.179 2013/05/20 17:23:02 ago Exp $ + + 20 May 2013; Agostino Sarubbo <ago@gentoo.org> geoip-1.5.0.ebuild: + Stable for arm, wrt bug #470386 20 May 2013; Jeroen Roovers <jer@gentoo.org> geoip-1.5.0.ebuild: Stable for HPPA (bug #470386). diff --git a/dev-libs/geoip/geoip-1.5.0.ebuild b/dev-libs/geoip/geoip-1.5.0.ebuild index 0147a5415412..8f250cb478de 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.7 2013/05/20 15:37:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.5.0.ebuild,v 1.8 2013/05/20 17:23:02 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" |