diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-08-04 10:02:43 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-08-04 10:02:43 +0200 |
commit | 9b1316229f8bf420b8280445ba952ae4b0fb904e (patch) | |
tree | b02b04ab4887fb87fd1d9d7e1dbb49eeebc37c73 /dev-cpp/highway | |
parent | app-misc/openrgb-plugin-visualmap: amd64 stable wrt bug #861791 (diff) | |
download | gentoo-9b1316229f8bf420b8280445ba952ae4b0fb904e.tar.gz gentoo-9b1316229f8bf420b8280445ba952ae4b0fb904e.tar.bz2 gentoo-9b1316229f8bf420b8280445ba952ae4b0fb904e.zip |
dev-cpp/highway: amd64 stable wrt bug #861797
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp/highway')
-rw-r--r-- | dev-cpp/highway/highway-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/highway/highway-0.17.0.ebuild b/dev-cpp/highway/highway-0.17.0.ebuild index 89b07a85a587..e39085b0d9f1 100644 --- a/dev-cpp/highway/highway-0.17.0.ebuild +++ b/dev-cpp/highway/highway-0.17.0.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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="Apache-2.0" |