From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 289B915808C for ; Sun, 27 Mar 2022 23:58:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C2A1E09AE; Sun, 27 Mar 2022 23:58:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA7CEE09B0 for ; Sun, 27 Mar 2022 23:58:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF267343618 for ; Sun, 27 Mar 2022 23:58:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B0BB339 for ; Sun, 27 Mar 2022 23:58:32 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1648425490.5e1c4b67f2f97e6d4494928948db7597cfdd5af9.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/highway/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/highway/highway-9999.ebuild X-VCS-Directories: dev-cpp/highway/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 5e1c4b67f2f97e6d4494928948db7597cfdd5af9 X-VCS-Branch: master Date: Sun, 27 Mar 2022 23:58:32 +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: 31fc7426-9fc5-49d1-b669-eac9d5f7c740 X-Archives-Hash: 6c04b7fb2849e754c206a10289364be1 commit: 5e1c4b67f2f97e6d4494928948db7597cfdd5af9 Author: Yixun Lan gentoo org> AuthorDate: Sun Mar 27 23:56:03 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Mar 27 23:58:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1c4b67 dev-cpp/highway: forward keywords to live ebuild Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> dev-cpp/highway/highway-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/highway/highway-9999.ebuild b/dev-cpp/highway/highway-9999.ebuild index 4371d5e0bc03..2c36b3475aba 100644 --- a/dev-cpp/highway/highway-9999.ebuild +++ b/dev-cpp/highway/highway-9999.ebuild @@ -14,7 +14,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 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" fi LICENSE="Apache-2.0"