diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-02-12 11:46:26 -0500 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-02-13 07:40:39 +0200 |
commit | 63fc50da70359bed9882a069d6ce3e7fdc59aabd (patch) | |
tree | 252adf95c808ad9711f27e347b9fc474b157ec72 /dev-cpp | |
parent | sys-apps/pmount: Keyword 0.9.99_alpha-r8 arm64, #920873 (diff) | |
download | gentoo-63fc50da70359bed9882a069d6ce3e7fdc59aabd.tar.gz gentoo-63fc50da70359bed9882a069d6ce3e7fdc59aabd.tar.bz2 gentoo-63fc50da70359bed9882a069d6ce3e7fdc59aabd.zip |
dev-cpp/highway: Stabilize 1.0.7-r1 arm64, #922229
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/highway/highway-1.0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/highway/highway-1.0.7-r1.ebuild b/dev-cpp/highway/highway-1.0.7-r1.ebuild index 98f940b6570c..fa5684704b39 100644 --- a/dev-cpp/highway/highway-1.0.7-r1.ebuild +++ b/dev-cpp/highway/highway-1.0.7-r1.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="~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" |