diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:26:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:56:03 +0000 |
commit | 8d0df87889e20c1e2d6a5bf296b665917fc60d98 (patch) | |
tree | 2da5a03cc1d0d8feaf41087cd07d034a0cf7eed3 /dev-perl/Geo-IP | |
parent | dev-perl/GSSAPI: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-8d0df87889e20c1e2d6a5bf296b665917fc60d98.tar.gz gentoo-8d0df87889e20c1e2d6a5bf296b665917fc60d98.tar.bz2 gentoo-8d0df87889e20c1e2d6a5bf296b665917fc60d98.zip |
dev-perl/Geo-IP: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild index 57fa7d230407..e742c4b5e111 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.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=5 @@ -10,7 +10,7 @@ inherit perl-module multilib DESCRIPTION="Look up country by IP Address" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-libs/geoip" |