diff options
author | 2024-08-29 07:16:14 +0200 | |
---|---|---|
committer | 2024-08-29 07:16:42 +0200 | |
commit | 9a32f26e5137e6c7f46c55762b2c96518e32fc5e (patch) | |
tree | 1b84567f11133307cd477b4c3f25a5f3fa4048ff /net-misc/whois | |
parent | dev-games/godot: remove slotting support and USE=runner (diff) | |
download | gentoo-9a32f26e5137e6c7f46c55762b2c96518e32fc5e.tar.gz gentoo-9a32f26e5137e6c7f46c55762b2c96518e32fc5e.tar.bz2 gentoo-9a32f26e5137e6c7f46c55762b2c96518e32fc5e.zip |
net-misc/whois: Stabilize 5.5.23 amd64, #938621
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/whois-5.5.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/whois/whois-5.5.23.ebuild b/net-misc/whois/whois-5.5.23.ebuild index fbc7313cf8e8..4aae9dd9ec7a 100644 --- a/net-misc/whois/whois-5.5.23.ebuild +++ b/net-misc/whois/whois-5.5.23.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" |