diff options
author | Sam James <sam@gentoo.org> | 2021-03-04 06:10:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-04 06:10:20 +0000 |
commit | b38cf49f9dfec0cfc1529d486779f21c8711ba3d (patch) | |
tree | 4fc4cfb3f73fc56a5c8011d2e1c906dd2768ed1d /dev-libs/geoip | |
parent | dev-python/pyzmq: Stabilize 20.0.0 arm64, #773856 (diff) | |
download | gentoo-b38cf49f9dfec0cfc1529d486779f21c8711ba3d.tar.gz gentoo-b38cf49f9dfec0cfc1529d486779f21c8711ba3d.tar.bz2 gentoo-b38cf49f9dfec0cfc1529d486779f21c8711ba3d.zip |
dev-libs/geoip: Stabilize 1.6.12 amd64, #774123
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/geoip')
-rw-r--r-- | dev-libs/geoip/geoip-1.6.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/geoip/geoip-1.6.12.ebuild b/dev-libs/geoip/geoip-1.6.12.ebuild index 3c6fe0eb74cc..982037ecbd02 100644 --- a/dev-libs/geoip/geoip-1.6.12.ebuild +++ b/dev-libs/geoip/geoip-1.6.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RESTRICT="test" |