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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 179EE1581F3 for ; Sun, 1 Dec 2024 19:57:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18CB0E08B1; Sun, 1 Dec 2024 19:57:36 +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 F3C0DE08B1 for ; Sun, 1 Dec 2024 19:57:35 +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 19AF6340CA7 for ; Sun, 1 Dec 2024 19:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEAC021C8 for ; Sun, 1 Dec 2024 19:57:31 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1733083041.f0285a38389dad062e407f2fcd998b2a698394ce.arthurzam@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-r2.ebuild X-VCS-Directories: app-arch/par2cmdline/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f0285a38389dad062e407f2fcd998b2a698394ce X-VCS-Branch: master Date: Sun, 1 Dec 2024 19:57:31 +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: f06979d2-06da-44ba-bdfe-0c40b3e0934d X-Archives-Hash: 45eb531e0c53b43efa86fd44d10d3ede commit: f0285a38389dad062e407f2fcd998b2a698394ce Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 1 19:57:21 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 1 19:57:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0285a38 app-arch/par2cmdline: Stabilize 0.8.1-r2 ppc, #945627 Signed-off-by: Arthur Zamarin gentoo.org> app-arch/par2cmdline/par2cmdline-0.8.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/par2cmdline/par2cmdline-0.8.1-r2.ebuild b/app-arch/par2cmdline/par2cmdline-0.8.1-r2.ebuild index e026448f3a80..cf998b3f69f2 100644 --- a/app-arch/par2cmdline/par2cmdline-0.8.1-r2.ebuild +++ b/app-arch/par2cmdline/par2cmdline-0.8.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )