Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/highway/
Date: Fri, 29 Apr 2022 03:30:43
Message-Id: 1651203013.2228ce7d7cd1ecb0f30c6ef0bdd227e694af219d.sam@gentoo
1 commit: 2228ce7d7cd1ecb0f30c6ef0bdd227e694af219d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 03:30:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 03:30:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2228ce7d
7
8 dev-cpp/highway: Stabilize 0.16.0-r1 arm64, #838505
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/highway/highway-0.16.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/highway/highway-0.16.0-r1.ebuild b/dev-cpp/highway/highway-0.16.0-r1.ebuild
16 index 26506c43b2ce..98782f199f51 100644
17 --- a/dev-cpp/highway/highway-0.16.0-r1.ebuild
18 +++ b/dev-cpp/highway/highway-0.16.0-r1.ebuild
19 @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]]; then
20 EGIT_REPO_URI="https://github.com/google/highway.git"
21 else
22 SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
24 + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
25 fi
26
27 LICENSE="Apache-2.0"