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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E02D158013 for ; Tue, 12 Dec 2023 18:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7032F2BC026; Tue, 12 Dec 2023 18:32:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50C032BC026 for ; Tue, 12 Dec 2023 18:32:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40EA0335D63 for ; Tue, 12 Dec 2023 18:32:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77890929 for ; Tue, 12 Dec 2023 18:32:37 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1702405931.02d88c6e61ff9fab0fdf897ccddf4bdaa6f094e9.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yasm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/yasm/yasm-1.3.0-r1.ebuild X-VCS-Directories: dev-lang/yasm/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 02d88c6e61ff9fab0fdf897ccddf4bdaa6f094e9 X-VCS-Branch: master Date: Tue, 12 Dec 2023 18:32:37 +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: e6dc357e-48be-4435-81b9-ab460bf10745 X-Archives-Hash: bf71bdd9d823b29f159c3e7a65742767 commit: 02d88c6e61ff9fab0fdf897ccddf4bdaa6f094e9 Author: Mike Frysinger gentoo org> AuthorDate: Tue Dec 12 18:32:11 2023 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Dec 12 18:32:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d88c6e dev-lang/yasm: add riscv keyword #905872 Fixes: https://bugs.gentoo.org/905872 Signed-off-by: Mike Frysinger gentoo.org> Signed-off-by: Mike Frysinger chromium.org> dev-lang/yasm/yasm-1.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/yasm/yasm-1.3.0-r1.ebuild b/dev-lang/yasm/yasm-1.3.0-r1.ebuild index c26af826fff1..4d76cccfeeb9 100644 --- a/dev-lang/yasm/yasm-1.3.0-r1.ebuild +++ b/dev-lang/yasm/yasm-1.3.0-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]] ; then inherit autotools git-r3 else SRC_URI="https://www.tortall.net/projects/yasm/releases/${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="An assembler for x86 and x86_64 instruction sets"