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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A77A4158092 for ; Sat, 11 Sep 2021 11:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB4ABE07FA; Sat, 11 Sep 2021 11:27:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7671E07FA for ; Sat, 11 Sep 2021 11:27:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76129342CF5 for ; Sat, 11 Sep 2021 11:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B368E3B for ; Sat, 11 Sep 2021 11:27:18 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1631359631.5896d38f0466c0aa9da274a19e2008b884349366.juippis@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.5.0.ebuild X-VCS-Directories: app-misc/rdfind/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5896d38f0466c0aa9da274a19e2008b884349366 X-VCS-Branch: master Date: Sat, 11 Sep 2021 11:27:18 +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: 790701c8-3c8e-45ec-b8ce-f993a49cbc42 X-Archives-Hash: d39bbd2d63ea5ac8cae6e84d7ea9fa13 commit: 5896d38f0466c0aa9da274a19e2008b884349366 Author: Joonas Niilola gentoo org> AuthorDate: Sat Sep 11 11:26:25 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 11 11:27:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5896d38f app-misc/rdfind: stabilize 1.5.0 for amd64 Closes: https://bugs.gentoo.org/812527 Signed-off-by: Joonas Niilola gentoo.org> app-misc/rdfind/rdfind-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/rdfind/rdfind-1.5.0.ebuild b/app-misc/rdfind/rdfind-1.5.0.ebuild index 4754863e9be..6425d24842b 100644 --- a/app-misc/rdfind/rdfind-1.5.0.ebuild +++ b/app-misc/rdfind/rdfind-1.5.0.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-releases-${PV}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RDEPEND="dev-libs/nettle:=" DEPEND="${RDEPEND}"