diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-27 16:00:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-27 16:00:33 +0000 |
commit | f7c0d0b6d2604b6582c6365dc5c827c8372389b5 (patch) | |
tree | 38b89af7e60cc99a9ec246c465652e3e1be87823 /dev-libs | |
parent | Stable for ppc64, wrt bug #523032 (diff) | |
download | gentoo-2-f7c0d0b6d2604b6582c6365dc5c827c8372389b5.tar.gz gentoo-2-f7c0d0b6d2604b6582c6365dc5c827c8372389b5.tar.bz2 gentoo-2-f7c0d0b6d2604b6582c6365dc5c827c8372389b5.zip |
Stable for ppc64, wrt bug #523034
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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 22af8c37ab62..34b2cfa58217 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.227 2014/10/21 09:09:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.228 2014/10/27 16:00:33 ago Exp $ + + 27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> geoip-1.6.2.ebuild: + Stable for ppc64, wrt bug #523034 *geoip-1.6.2-r1 (21 Oct 2014) diff --git a/dev-libs/geoip/geoip-1.6.2.ebuild b/dev-libs/geoip/geoip-1.6.2.ebuild index cb712e771f52..257cdd71e81e 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.8 2014/10/21 09:09:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.2.ebuild,v 1.9 2014/10/27 16:00:33 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" |