From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1647695-garchives=archives.gentoo.org@lists.gentoo.org> 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 C809A15802E for <garchives@archives.gentoo.org>; 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 E455CE2B50; Fri, 28 Jun 2024 14:29:52 +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 866BFE2B50 for <gentoo-commits@lists.gentoo.org>; 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 7FFAB33BF03 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jun 2024 14:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7F9D1BC0 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jun 2024 14:29:49 +0000 (UTC) From: "Yixun Lan" <dlan@gentoo.org> 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" <dlan@gentoo.org> Message-ID: <1719584958.c5210b17dd7292f843969c39ceba3dae7c34b37a.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jdupes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/jdupes/jdupes-1.27.3.ebuild X-VCS-Directories: app-misc/jdupes/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: c5210b17dd7292f843969c39ceba3dae7c34b37a X-VCS-Branch: master Date: Fri, 28 Jun 2024 14:29:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a6370fee-e4c5-44c7-b3f2-71e76600ee03 X-Archives-Hash: 034dae1e6a69279f71115b071ea774d8 commit: c5210b17dd7292f843969c39ceba3dae7c34b37a Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Fri Jun 28 14:29:18 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Fri Jun 28 14:29:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5210b17 app-misc/jdupes: Keyword 1.27.3 riscv, #934748 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-misc/jdupes/jdupes-1.27.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/jdupes/jdupes-1.27.3.ebuild b/app-misc/jdupes/jdupes-1.27.3.ebuild index 7c2855c095fd..52d06013d48f 100644 --- a/app-misc/jdupes/jdupes-1.27.3.ebuild +++ b/app-misc/jdupes/jdupes-1.27.3.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999 ]] ; then else SRC_URI="https://codeberg.org/jbruchon/jdupes/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN} - KEYWORDS="amd64 ~arm64" + KEYWORDS="amd64 ~arm64 ~riscv" fi LICENSE="MIT" SLOT="0"