summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2022-03-28 07:56:03 +0800
committerYixun Lan <dlan@gentoo.org>2022-03-28 07:58:10 +0800
commit5e1c4b67f2f97e6d4494928948db7597cfdd5af9 (patch)
tree8b7b057d058bfda77e767f314e37f1925d544871 /dev-cpp/highway
parentdev-cpp/highway: Keyword 0.16.0 riscv, #836013 (diff)
downloadgentoo-5e1c4b67f2f97e6d4494928948db7597cfdd5af9.tar.gz
gentoo-5e1c4b67f2f97e6d4494928948db7597cfdd5af9.tar.bz2
gentoo-5e1c4b67f2f97e6d4494928948db7597cfdd5af9.zip
dev-cpp/highway: forward keywords to live ebuild
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-cpp/highway')
-rw-r--r--dev-cpp/highway/highway-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/highway/highway-9999.ebuild b/dev-cpp/highway/highway-9999.ebuild
index 4371d5e0bc03..2c36b3475aba 100644
--- a/dev-cpp/highway/highway-9999.ebuild
+++ b/dev-cpp/highway/highway-9999.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://github.com/google/highway.git"
else
SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~riscv ~x86"
fi
LICENSE="Apache-2.0"