summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2024-05-20 00:09:00 +0000
committerYixun Lan <dlan@gentoo.org>2024-05-20 10:43:17 +0000
commitd27fcfac6fef51f8c27f8e19f9a77500093dcd78 (patch)
treed50363fc7cc990d40fe0c3b40a84a913efb3c543 /dev-util/pkgcheck
parentprofiles: explicitly disable ruby32 in temp RUBY_TARGETS (diff)
downloadgentoo-d27fcfac6fef51f8c27f8e19f9a77500093dcd78.tar.gz
gentoo-d27fcfac6fef51f8c27f8e19f9a77500093dcd78.tar.bz2
gentoo-d27fcfac6fef51f8c27f8e19f9a77500093dcd78.zip
dev-util/pkgcheck: Keyword 0.10.30 riscv, #932078
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r--dev-util/pkgcheck/pkgcheck-0.10.30.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.10.30.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.30.ebuild
index 7315eae9e476..b6425a194cef 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.30.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.30.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
https://github.com/pkgcore/pkgcheck.git"
inherit git-r3
else
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~s390 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~s390 ~x86"
inherit pypi
fi