diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-11-27 20:42:13 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-11-28 15:58:18 +0800 |
commit | cf2a1ddb231733d95ab1410d24b2fa7434a1994f (patch) | |
tree | a2ea9829513f56f9a71f66c50ca7ab3d4935a3c0 /dev-cpp/highway | |
parent | dev-cpp/highway: keyword 1.0.1-r1 for ~loong (diff) | |
download | gentoo-cf2a1ddb231733d95ab1410d24b2fa7434a1994f.tar.gz gentoo-cf2a1ddb231733d95ab1410d24b2fa7434a1994f.tar.bz2 gentoo-cf2a1ddb231733d95ab1410d24b2fa7434a1994f.zip |
dev-cpp/highway: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-cpp/highway')
-rw-r--r-- | dev-cpp/highway/highway-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/highway/highway-9999.ebuild b/dev-cpp/highway/highway-9999.ebuild index 2aa240199304..fa85ceaf4334 100644 --- a/dev-cpp/highway/highway-9999.ebuild +++ b/dev-cpp/highway/highway-9999.ebuild @@ -13,7 +13,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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="Apache-2.0" |