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 E751415802E for ; Fri, 28 Jun 2024 14:29:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC33DE2B53; Fri, 28 Jun 2024 14:29:52 +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 991D9E2B53 for ; Fri, 28 Jun 2024 14:29:52 +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 7254533BEE8 for ; Fri, 28 Jun 2024 14:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D19CC1CFB for ; Fri, 28 Jun 2024 14:29:49 +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: <1719584962.af54249458a5a893f0e26041fd1c9dd25c6e7198.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libjodycode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libjodycode/libjodycode-3.1.ebuild X-VCS-Directories: dev-libs/libjodycode/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: af54249458a5a893f0e26041fd1c9dd25c6e7198 X-VCS-Branch: master Date: Fri, 28 Jun 2024 14:29:49 +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: ab168c37-1193-4de5-869f-3576ff166aa2 X-Archives-Hash: bb0589f93e1a63e2cc5a53bb3a213d31 commit: af54249458a5a893f0e26041fd1c9dd25c6e7198 Author: Yixun Lan gentoo org> AuthorDate: Fri Jun 28 14:29:22 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Jun 28 14:29:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af542494 dev-libs/libjodycode: Keyword 3.1 riscv, #934748 Signed-off-by: Yixun Lan gentoo.org> dev-libs/libjodycode/libjodycode-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libjodycode/libjodycode-3.1.ebuild b/dev-libs/libjodycode/libjodycode-3.1.ebuild index c1166f08493a..81c3ce112d88 100644 --- a/dev-libs/libjodycode/libjodycode-3.1.ebuild +++ b/dev-libs/libjodycode/libjodycode-3.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64" +KEYWORDS="amd64 ~arm64 ~riscv" # missing test script # https://github.com/jbruchon/jdupes/issues/191