diff options
author | Sam James <sam@gentoo.org> | 2024-04-29 14:38:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-29 14:38:48 +0100 |
commit | 5695911ab14bb6136c5f163916706c24ec1fd5d1 (patch) | |
tree | ab40ccfe8a271832275305525ac74b3cd826c996 /net-misc | |
parent | net-misc/whois: Stabilize 5.5.21 x86, #930890 (diff) | |
download | gentoo-5695911ab14bb6136c5f163916706c24ec1fd5d1.tar.gz gentoo-5695911ab14bb6136c5f163916706c24ec1fd5d1.tar.bz2 gentoo-5695911ab14bb6136c5f163916706c24ec1fd5d1.zip |
net-misc/whois: Stabilize 5.5.21 amd64, #930890
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/whois/whois-5.5.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/whois/whois-5.5.21.ebuild b/net-misc/whois/whois-5.5.21.ebuild index a63433108808..b5be510bfed5 100644 --- a/net-misc/whois/whois-5.5.21.ebuild +++ b/net-misc/whois/whois-5.5.21.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" |