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 7BCF5158064 for ; Thu, 2 May 2024 07:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B72D8E29BD; Thu, 2 May 2024 07:31:11 +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 9923FE29BD for ; Thu, 2 May 2024 07:31:11 +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 8A64234308B for ; Thu, 2 May 2024 07:31:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB39415DF for ; Thu, 2 May 2024 07:31:08 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1714635052.cc3ba8d03bd4af9a60e8a68e1cd1ab725750b291.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/musl/musl-1.2.5.ebuild X-VCS-Directories: sys-libs/musl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: cc3ba8d03bd4af9a60e8a68e1cd1ab725750b291 X-VCS-Branch: master Date: Thu, 2 May 2024 07:31:08 +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: 1241ac28-87f4-482c-9d1c-a68ea2772a02 X-Archives-Hash: 3de22b3bf7b68aaf17a78c5899faa6f7 commit: cc3ba8d03bd4af9a60e8a68e1cd1ab725750b291 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu May 2 07:30:26 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu May 2 07:30:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3ba8d0 sys-libs/musl: keyword 1.2.5 for -*, ~riscv Signed-off-by: Andreas K. Hüttel gentoo.org> sys-libs/musl/musl-1.2.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/musl/musl-1.2.5.ebuild b/sys-libs/musl/musl-1.2.5.ebuild index 77268ed11b5a..05286d2397c9 100644 --- a/sys-libs/musl/musl-1.2.5.ebuild +++ b/sys-libs/musl/musl-1.2.5.ebuild @@ -17,6 +17,7 @@ else SRC_URI="https://musl.libc.org/releases/${P}.tar.gz" SRC_URI+=" verify-sig? ( https://musl.libc.org/releases/${P}.tar.gz.asc )" + KEYWORDS="-* ~riscv" #KEYWORDS="-* ~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-musl )"