diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:09:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:53:50 +0000 |
commit | 04454bdce6af804e9b9ed23717286559cafe8d97 (patch) | |
tree | 047df0829276e47078c20342fcd3e939c9eef778 /dev-libs/geoip | |
parent | dev-libs/fribidi: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-04454bdce6af804e9b9ed23717286559cafe8d97.tar.gz gentoo-04454bdce6af804e9b9ed23717286559cafe8d97.tar.bz2 gentoo-04454bdce6af804e9b9ed23717286559cafe8d97.zip |
dev-libs/geoip: drop s390 to ~s390 (unstable)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/geoip/geoip-1.6.12.ebuild b/dev-libs/geoip/geoip-1.6.12.ebuild index 8d3acd5e9c69..427939a236fb 100644 --- a/dev-libs/geoip/geoip-1.6.12.ebuild +++ b/dev-libs/geoip/geoip-1.6.12.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-api-c-${PV}" # 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" |