diff options
author | 2022-04-05 11:37:54 +0800 | |
---|---|---|
committer | 2022-04-05 11:43:45 +0800 | |
commit | 6e3ec799f53b3b575cd68547e6d448df74b040d1 (patch) | |
tree | 76cd05f18899b18500c9ccc684a798d44dbdf6e2 /net-misc | |
parent | sys-fs/extundelete: apply clang patch in ~arch (diff) | |
download | gentoo-6e3ec799f53b3b575cd68547e6d448df74b040d1.tar.gz gentoo-6e3ec799f53b3b575cd68547e6d448df74b040d1.tar.bz2 gentoo-6e3ec799f53b3b575cd68547e6d448df74b040d1.zip |
net-misc/whois: Keyword 5.5.12 riscv, #836786
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/whois/whois-5.5.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/whois/whois-5.5.12.ebuild b/net-misc/whois/whois-5.5.12.ebuild index 7ddebc10e44a..e1d0e7edf616 100644 --- a/net-misc/whois/whois-5.5.12.ebuild +++ b/net-misc/whois/whois-5.5.12.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then else #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz" SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~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" |