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 635A4158004 for ; Fri, 28 Jun 2024 12:59:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72538E2B38; Fri, 28 Jun 2024 12:59:50 +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 55C33E2B2E for ; Fri, 28 Jun 2024 12:59:50 +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 7D12A33BEE8 for ; Fri, 28 Jun 2024 12:59:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF4A01D7D for ; Fri, 28 Jun 2024 12:59:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1719579504.231bcf3acbbc2182dac2722d7e17ceb14a85dc85.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 231bcf3acbbc2182dac2722d7e17ceb14a85dc85 X-VCS-Branch: master Date: Fri, 28 Jun 2024 12:59:47 +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: 7ddbda43-b601-4aa6-a62b-62414c92cfc2 X-Archives-Hash: f2b06b03402c2b63abd1db87b52afa9d commit: 231bcf3acbbc2182dac2722d7e17ceb14a85dc85 Author: Sam James gentoo org> AuthorDate: Fri Jun 28 12:58:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 28 12:58:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231bcf3a app-misc/jdupes: Keyword 1.27.3 arm64, #934748 Signed-off-by: Sam James gentoo.org> app-misc/jdupes/jdupes-1.27.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/jdupes/jdupes-1.27.3.ebuild b/app-misc/jdupes/jdupes-1.27.3.ebuild index b0ea5eb22c14..7c2855c095fd 100644 --- a/app-misc/jdupes/jdupes-1.27.3.ebuild +++ b/app-misc/jdupes/jdupes-1.27.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" + KEYWORDS="amd64 ~arm64" fi LICENSE="MIT" SLOT="0"