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 0DBF1158099 for ; Thu, 30 Nov 2023 22:35:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 511182BC015; Thu, 30 Nov 2023 22:35:14 +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 02BA42BC015 for ; Thu, 30 Nov 2023 22:35:13 +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 2E805335D02 for ; Thu, 30 Nov 2023 22:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BC7512A0 for ; Thu, 30 Nov 2023 22:35:11 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1701383663.9195b8f31e8b3e1cca6de85a7a352f0efa73e4e2.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rdfind/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/rdfind/rdfind-1.6.0.ebuild X-VCS-Directories: app-misc/rdfind/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 9195b8f31e8b3e1cca6de85a7a352f0efa73e4e2 X-VCS-Branch: master Date: Thu, 30 Nov 2023 22:35:11 +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: 0b6b595f-58f6-475b-9e24-9809fa68ba59 X-Archives-Hash: 0e085c5a504f348a34a165c962db7917 commit: 9195b8f31e8b3e1cca6de85a7a352f0efa73e4e2 Author: James Le Cuirot gentoo org> AuthorDate: Thu Nov 30 22:34:23 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 30 22:34:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9195b8f3 app-misc/rdfind: Keyword 1.6.0 for ~m68k The tests pass. Signed-off-by: James Le Cuirot gentoo.org> app-misc/rdfind/rdfind-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/rdfind/rdfind-1.6.0.ebuild b/app-misc/rdfind/rdfind-1.6.0.ebuild index 0171d59dca92..1a04c8e4389c 100644 --- a/app-misc/rdfind/rdfind-1.6.0.ebuild +++ b/app-misc/rdfind/rdfind-1.6.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://rdfind.pauldreik.se/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~m68k ~riscv ~sparc ~x86" RDEPEND="dev-libs/nettle:=" DEPEND="${RDEPEND}"