diff options
author | 2022-11-19 01:34:29 +0000 | |
---|---|---|
committer | 2022-11-19 01:34:46 +0000 | |
commit | 5fd71e3b6c28e9784b65c24b61631f7ca66036b8 (patch) | |
tree | 38b999ea1198af72dfe97f44d69253eb424ec1c5 /net-misc/whois | |
parent | net-misc/whois: Stabilize 5.5.14 ppc64, #881749 (diff) | |
download | gentoo-5fd71e3b6c28e9784b65c24b61631f7ca66036b8.tar.gz gentoo-5fd71e3b6c28e9784b65c24b61631f7ca66036b8.tar.bz2 gentoo-5fd71e3b6c28e9784b65c24b61631f7ca66036b8.zip |
net-misc/whois: Stabilize 5.5.14 arm64, #881749
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/whois-5.5.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/whois/whois-5.5.14.ebuild b/net-misc/whois/whois-5.5.14.ebuild index c4a5a15f15f1..b4cdf85c2cb8 100644 --- a/net-misc/whois/whois-5.5.14.ebuild +++ b/net-misc/whois/whois-5.5.14.ebuild @@ -17,7 +17,7 @@ else #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN} - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" |