diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:39:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:11:14 +0000 |
commit | 8bd0e812fe998a3cce21681a2779537090783d0b (patch) | |
tree | e886936da5376b59ad8a0b898c127c127be726d7 /net-misc/jwhois/jwhois-4.0-r1.ebuild | |
parent | net-misc/iputils: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-8bd0e812fe998a3cce21681a2779537090783d0b.tar.gz gentoo-8bd0e812fe998a3cce21681a2779537090783d0b.tar.bz2 gentoo-8bd0e812fe998a3cce21681a2779537090783d0b.zip |
net-misc/jwhois: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/jwhois/jwhois-4.0-r1.ebuild')
-rw-r--r-- | net-misc/jwhois/jwhois-4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/jwhois/jwhois-4.0-r1.ebuild b/net-misc/jwhois/jwhois-4.0-r1.ebuild index cfff28580d71..1295e7ccaa1b 100644 --- a/net-misc/jwhois/jwhois-4.0-r1.ebuild +++ b/net-misc/jwhois/jwhois-4.0-r1.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=7 @@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" IUSE="idn nls" RDEPEND="idn? ( net-dns/libidn )" |