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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA79115813A for ; Sat, 11 Jan 2025 14:42:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63FF2E080E; Sat, 11 Jan 2025 14:42:17 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 49040E080E for ; Sat, 11 Jan 2025 14:42:17 +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 5F62B342FB2 for ; Sat, 11 Jan 2025 14:42:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2D061FBE for ; Sat, 11 Jan 2025 14:42:14 +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: <1736606524.b4c0cacd1a33243d4acb5ede283acf54d4d14f3d.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/csnappy/csnappy-0_pre20220804.ebuild X-VCS-Directories: app-arch/csnappy/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b4c0cacd1a33243d4acb5ede283acf54d4d14f3d X-VCS-Branch: master Date: Sat, 11 Jan 2025 14:42:14 +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: c1580a0e-de24-4652-92cd-7c34cbe3a6ef X-Archives-Hash: 84f56ceb7fde27eadd18d221e767982d commit: b4c0cacd1a33243d4acb5ede283acf54d4d14f3d Author: Jakov Smolić gentoo org> AuthorDate: Sat Jan 11 14:42:04 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Jan 11 14:42:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c0cacd app-arch/csnappy: Keyword 0_pre20220804 riscv, #947788 Signed-off-by: Jakov Smolić gentoo.org> app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild index 5f5f49536318..a25bba37e88f 100644 --- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild +++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT} LICENSE="BSD" # 0/${PV} b/c of the SONAME situation (see below). SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" # https://github.com/zeevt/csnappy/issues/33 # No SONAME yet.