diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:53:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:53:53 +0000 |
commit | 80da5fae8d6aefb3068484dadd12456c8ca8af59 (patch) | |
tree | 410911def464c95cb07cf56d24f13580fe6fb6db /dev-libs/geoip | |
parent | Stable for s390, wrt bug #464422 (diff) | |
download | gentoo-2-80da5fae8d6aefb3068484dadd12456c8ca8af59.tar.gz gentoo-2-80da5fae8d6aefb3068484dadd12456c8ca8af59.tar.bz2 gentoo-2-80da5fae8d6aefb3068484dadd12456c8ca8af59.zip |
Stable for s390, wrt bug #470386
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="s390", 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 bbbf3b8e6a7c..27706276048e 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.179 2013/05/20 17:23:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.180 2013/05/20 17:53:53 ago Exp $ + + 20 May 2013; Agostino Sarubbo <ago@gentoo.org> geoip-1.5.0.ebuild: + Stable for s390, wrt bug #470386 20 May 2013; Agostino Sarubbo <ago@gentoo.org> geoip-1.5.0.ebuild: Stable for arm, wrt bug #470386 diff --git a/dev-libs/geoip/geoip-1.5.0.ebuild b/dev-libs/geoip/geoip-1.5.0.ebuild index 8f250cb478de..eeb5b30e8102 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.8 2013/05/20 17:23:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.5.0.ebuild,v 1.9 2013/05/20 17:53:53 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" |