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 59996158020 for ; Sat, 10 Dec 2022 02:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7272E0817; Sat, 10 Dec 2022 02:54:18 +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 8FDC4E0817 for ; Sat, 10 Dec 2022 02:54:18 +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 AF8B2340FEC for ; Sat, 10 Dec 2022 02:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36FC977C for ; Sat, 10 Dec 2022 02:54:16 +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: <1670640846.1e39dd80bd332c09dba0c314fc792192dd4b16a1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pxz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/pxz/pxz-5.0_pre20220509.ebuild X-VCS-Directories: app-arch/pxz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e39dd80bd332c09dba0c314fc792192dd4b16a1 X-VCS-Branch: master Date: Sat, 10 Dec 2022 02:54:16 +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: 3aed846c-8afe-4026-b094-3e4b7de48dc0 X-Archives-Hash: d2566802ba030bf9433e98314e6baf9c commit: 1e39dd80bd332c09dba0c314fc792192dd4b16a1 Author: Sam James gentoo org> AuthorDate: Sat Dec 10 02:54:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 10 02:54:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e39dd80 app-arch/pxz: Stabilize 5.0_pre20220509 amd64, #885113 Signed-off-by: Sam James gentoo.org> app-arch/pxz/pxz-5.0_pre20220509.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/pxz/pxz-5.0_pre20220509.ebuild b/app-arch/pxz/pxz-5.0_pre20220509.ebuild index a74ee4d6c769..0c834cf15ee1 100644 --- a/app-arch/pxz/pxz-5.0_pre20220509.ebuild +++ b/app-arch/pxz/pxz-5.0_pre20220509.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux" # needs the library from xz-utils RDEPEND="app-arch/xz-utils"