diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-17 08:44:59 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-17 08:44:59 +0200 |
commit | ecdfc7f5b46e3c2bc40100c68dee988c0c3369bb (patch) | |
tree | 712b52f8454e93f665855ecbd00fe1f0817a499e /dev-cpp/highway | |
parent | net-misc/freerdp: Stabilize 2.8.1 arm64, #877347 (diff) | |
download | gentoo-ecdfc7f5b46e3c2bc40100c68dee988c0c3369bb.tar.gz gentoo-ecdfc7f5b46e3c2bc40100c68dee988c0c3369bb.tar.bz2 gentoo-ecdfc7f5b46e3c2bc40100c68dee988c0c3369bb.zip |
dev-cpp/highway: Stabilize 1.0.1-r1 ppc64, #877289
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp/highway')
-rw-r--r-- | dev-cpp/highway/highway-1.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/highway/highway-1.0.1-r1.ebuild b/dev-cpp/highway/highway-1.0.1-r1.ebuild index fc4228b679b8..5266f6feb59b 100644 --- a/dev-cpp/highway/highway-1.0.1-r1.ebuild +++ b/dev-cpp/highway/highway-1.0.1-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="amd64 ~arm arm64 ppc ~ppc64 ~riscv sparc x86" + KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv sparc x86" fi LICENSE="Apache-2.0" |