diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-16 21:50:53 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-16 21:50:53 +0200 |
commit | 93fbd01fd6d09ce081202d83073cd5b839725985 (patch) | |
tree | 20c5c1cba8091ff9790b75a211608c55f527d236 /dev-cpp/highway/highway-1.0.7.ebuild | |
parent | dev-python/jupyter-server: Bump to 2.12.5 (diff) | |
download | gentoo-93fbd01fd6d09ce081202d83073cd5b839725985.tar.gz gentoo-93fbd01fd6d09ce081202d83073cd5b839725985.tar.bz2 gentoo-93fbd01fd6d09ce081202d83073cd5b839725985.zip |
dev-cpp/highway: Stabilize 1.0.7 arm, #922229
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp/highway/highway-1.0.7.ebuild')
-rw-r--r-- | dev-cpp/highway/highway-1.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/highway/highway-1.0.7.ebuild b/dev-cpp/highway/highway-1.0.7.ebuild index 9314e1341deb..8ef192c73905 100644 --- a/dev-cpp/highway/highway-1.0.7.ebuild +++ b/dev-cpp/highway/highway-1.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="Apache-2.0" |