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 07F4C158011 for ; Thu, 14 Jul 2022 07:05:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35CC0E0B64; Thu, 14 Jul 2022 07:05:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1936BE0B64 for ; Thu, 14 Jul 2022 07:05:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 16AC433F698 for ; Thu, 14 Jul 2022 07:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1EEC535 for ; Thu, 14 Jul 2022 07:05:47 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1657782342.0cbc599033cf54a13a33ad8d2fe638c9609b3580.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/par2cmdline/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/par2cmdline/par2cmdline-0.8.1.ebuild X-VCS-Directories: app-arch/par2cmdline/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0cbc599033cf54a13a33ad8d2fe638c9609b3580 X-VCS-Branch: master Date: Thu, 14 Jul 2022 07:05: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: d28b78fb-1450-4e7c-8017-9284c722004d X-Archives-Hash: c34bac33e4fa63ebe6965c4f53744ba0 commit: 0cbc599033cf54a13a33ad8d2fe638c9609b3580 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Jul 14 07:05:42 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Jul 14 07:05:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbc5990 app-arch/par2cmdline: ppc stable wrt bug #855992 Signed-off-by: Agostino Sarubbo gentoo.org> app-arch/par2cmdline/par2cmdline-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/par2cmdline/par2cmdline-0.8.1.ebuild b/app-arch/par2cmdline/par2cmdline-0.8.1.ebuild index adeb06611a33..5ff88dc459ef 100644 --- a/app-arch/par2cmdline/par2cmdline-0.8.1.ebuild +++ b/app-arch/par2cmdline/par2cmdline-0.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Parchive/${PN}/releases/download/v${PV}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="openmp" PATCHES=( "${FILESDIR}"/${P}-big-endian.patch )