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 896CD158020 for ; Sun, 30 Oct 2022 04:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F5B2E0895; Sun, 30 Oct 2022 04:13:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 86CC2E0895 for ; Sun, 30 Oct 2022 04:13:00 +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 5CA8E341206 for ; Sun, 30 Oct 2022 04:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF7BF629 for ; Sun, 30 Oct 2022 04:12:57 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1667103159.bbfa68619e401feb6f23e35ade9ba0cded1f7c0f.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dd-rescue/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/dd-rescue/dd-rescue-1.99.12.ebuild X-VCS-Directories: sys-fs/dd-rescue/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: bbfa68619e401feb6f23e35ade9ba0cded1f7c0f X-VCS-Branch: master Date: Sun, 30 Oct 2022 04:12:57 +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: 87a4f2d3-ef85-4753-b1fa-95a97998700d X-Archives-Hash: 95f7023f9cf58e0bc5f4aea978e8030b commit: bbfa68619e401feb6f23e35ade9ba0cded1f7c0f Author: Jakov Smolić gentoo org> AuthorDate: Sun Oct 30 04:12:39 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Oct 30 04:12:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfa6861 sys-fs/dd-rescue: Stabilize 1.99.12 amd64, #878583 Signed-off-by: Jakov Smolić gentoo.org> sys-fs/dd-rescue/dd-rescue-1.99.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/dd-rescue/dd-rescue-1.99.12.ebuild b/sys-fs/dd-rescue/dd-rescue-1.99.12.ebuild index afbbda5929f2..2f9ff9bf50f5 100644 --- a/sys-fs/dd-rescue/dd-rescue-1.99.12.ebuild +++ b/sys-fs/dd-rescue/dd-rescue-1.99.12.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.garloff.de/kurt/linux/ddrescue/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="cpu_flags_x86_avx2 lzo cpu_flags_x86_sse4_2 static xattr" RDEPEND="lzo? ( dev-libs/lzo )