diff --git a/net-misc/whois/whois-5.6.6.ebuild b/net-misc/whois/whois-5.6.6.ebuild index fbaa13ad96e88..577b22425ee6a 100644 --- a/net-misc/whois/whois-5.6.6.ebuild +++ b/net-misc/whois/whois-5.6.6.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/rfc1036/whois.git" else SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi LICENSE="GPL-2"