diff options
author | 2014-10-28 10:56:51 +0000 | |
---|---|---|
committer | 2014-10-28 10:56:51 +0000 | |
commit | a4d2887bad820ecef57296f9fe9bc273683cb3be (patch) | |
tree | 1440fdc0b0c90c4c04874cb2d3f8d124f17ffd5a /dev-libs | |
parent | Stable for HPPA (bug #527182). (diff) | |
download | gentoo-2-a4d2887bad820ecef57296f9fe9bc273683cb3be.tar.gz gentoo-2-a4d2887bad820ecef57296f9fe9bc273683cb3be.tar.bz2 gentoo-2-a4d2887bad820ecef57296f9fe9bc273683cb3be.zip |
Stable for ia64, wrt bug #523034
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/geoip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/geoip/geoip-1.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/geoip/ChangeLog b/dev-libs/geoip/ChangeLog index 34b2cfa58217..6fa512676089 100644 --- a/dev-libs/geoip/ChangeLog +++ b/dev-libs/geoip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/geoip # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.228 2014/10/27 16:00:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.229 2014/10/28 10:56:51 ago Exp $ + + 28 Oct 2014; Agostino Sarubbo <ago@gentoo.org> geoip-1.6.2.ebuild: + Stable for ia64, wrt bug #523034 27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> geoip-1.6.2.ebuild: Stable for ppc64, wrt bug #523034 diff --git a/dev-libs/geoip/geoip-1.6.2.ebuild b/dev-libs/geoip/geoip-1.6.2.ebuild index 257cdd71e81e..de24c2a0e2bb 100644 --- a/dev-libs/geoip/geoip-1.6.2.ebuild +++ b/dev-libs/geoip/geoip-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.2.ebuild,v 1.9 2014/10/27 16:00:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.2.ebuild,v 1.10 2014/10/28 10:56:51 ago Exp $ EAPI=5 inherit autotools eutils @@ -14,7 +14,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 ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" IUSE="static-libs" RESTRICT="test" |