From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 521471582EF for ; Sat, 08 Mar 2025 14:35:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3DDC3343091 for ; Sat, 08 Mar 2025 14:35:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 344B0110478; Sat, 08 Mar 2025 14:34:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 26118110478 for ; Sat, 08 Mar 2025 14:34:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7C55343074 for ; Sat, 08 Mar 2025 14:34:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8380C28BB for ; Sat, 08 Mar 2025 14:34:44 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1741444474.4df3576a2a2be946872e3f427c83be89fa305f08.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/highway/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/highway/highway-1.0.7-r1.ebuild X-VCS-Directories: dev-cpp/highway/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 4df3576a2a2be946872e3f427c83be89fa305f08 X-VCS-Branch: master Date: Sat, 08 Mar 2025 14:34:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 432aaae3-d59e-4b28-9371-a4f99c96129f X-Archives-Hash: ca7e021ad65b53128026531372b71572 commit: 4df3576a2a2be946872e3f427c83be89fa305f08 Author: Jakov Smolić gentoo org> AuthorDate: Sat Mar 8 14:34:34 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Mar 8 14:34:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df3576a dev-cpp/highway: Stabilize 1.0.7-r1 ppc, #949244 Signed-off-by: Jakov Smolić gentoo.org> dev-cpp/highway/highway-1.0.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/highway/highway-1.0.7-r1.ebuild b/dev-cpp/highway/highway-1.0.7-r1.ebuild index 583c5147ce16..6da41e2efd2f 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 ~loong ~ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc ~x86" fi LICENSE="Apache-2.0"