diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-12 10:20:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-12 10:20:34 +0200 |
commit | ec724c0feb6399b4b454db4019e9c3acb2600131 (patch) | |
tree | f247ef27bb8765fd00763bb5942d69d011d41efc /net-misc | |
parent | net-misc/whois: Stabilize 5.5.20 sparc, #917234 (diff) | |
download | gentoo-ec724c0feb6399b4b454db4019e9c3acb2600131.tar.gz gentoo-ec724c0feb6399b4b454db4019e9c3acb2600131.tar.bz2 gentoo-ec724c0feb6399b4b454db4019e9c3acb2600131.zip |
net-misc/whois: Stabilize 5.5.20 arm64, #917234
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/whois/whois-5.5.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/whois/whois-5.5.20.ebuild b/net-misc/whois/whois-5.5.20.ebuild index 83d00dd8e9db..dcef204ed81a 100644 --- a/net-misc/whois/whois-5.5.20.ebuild +++ b/net-misc/whois/whois-5.5.20.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" |