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 C8AC6158083 for ; Mon, 23 Sep 2024 00:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D332EE2C63; Mon, 23 Sep 2024 00:32:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC69AE2C67 for ; Mon, 23 Sep 2024 00:32:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1610E34349B for ; Mon, 23 Sep 2024 00:32:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EA36280C for ; Mon, 23 Sep 2024 00:32:26 +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: <1727051492.51ed5717656fbe79c08dd0670c110cce67d2460e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ddrescue/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ddrescue/ddrescue-1.28.ebuild X-VCS-Directories: sys-fs/ddrescue/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 51ed5717656fbe79c08dd0670c110cce67d2460e X-VCS-Branch: master Date: Mon, 23 Sep 2024 00:32:26 +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: e696339e-f435-4556-917d-793eee60fbb7 X-Archives-Hash: 776242f1bf59f4102a9dbcdee4a48366 commit: 51ed5717656fbe79c08dd0670c110cce67d2460e Author: Sam James gentoo org> AuthorDate: Mon Sep 23 00:31:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 23 00:31:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ed5717 sys-fs/ddrescue: Stabilize 1.28 ppc64, #940105 Signed-off-by: Sam James gentoo.org> sys-fs/ddrescue/ddrescue-1.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ddrescue/ddrescue-1.28.ebuild b/sys-fs/ddrescue/ddrescue-1.28.ebuild index 2ccb4850c388..79914117c7a5 100644 --- a/sys-fs/ddrescue/ddrescue-1.28.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.28.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux" IUSE="static" BDEPEND="$(unpacker_src_uri_depends)"