diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:39:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:11:33 +0000 |
commit | 08cd40a41812437bae84141afc89daa734a5bc4e (patch) | |
tree | 4abc89881fe886a48e8bfb3637d040c46002e6c7 /net-misc | |
parent | net-misc/wget: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-08cd40a41812437bae84141afc89daa734a5bc4e.tar.gz gentoo-08cd40a41812437bae84141afc89daa734a5bc4e.tar.bz2 gentoo-08cd40a41812437bae84141afc89daa734a5bc4e.zip |
net-misc/whois: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/whois/whois-5.5.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/whois/whois-5.5.6-r1.ebuild b/net-misc/whois/whois-5.5.6-r1.ebuild index 233d7a01bc69..2b98a55ddf5e 100644 --- a/net-misc/whois/whois-5.5.6-r1.ebuild +++ b/net-misc/whois/whois-5.5.6-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 @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999 ]] ; then else #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz" SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" SLOT="0" |