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 7E3B5158090 for ; Sun, 1 May 2022 18:22:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB7D4E0B9D; Sun, 1 May 2022 18:22:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 871DFE0B9D for ; Sun, 1 May 2022 18:22:16 +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 A8206340FAE for ; Sun, 1 May 2022 18:22:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30767344 for ; Sun, 1 May 2022 18:22:14 +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: <1651429331.542e5e8abc30a656c8538c35a1a7332050f056b6.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lzlib/lzlib-1.12.ebuild X-VCS-Directories: app-arch/lzlib/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 542e5e8abc30a656c8538c35a1a7332050f056b6 X-VCS-Branch: master Date: Sun, 1 May 2022 18:22:14 +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: a8a9ba74-2193-4281-8c50-a32c7defbdac X-Archives-Hash: 349193d07b673eaf32dcfaa0ac9ba8a9 commit: 542e5e8abc30a656c8538c35a1a7332050f056b6 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun May 1 18:22:11 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun May 1 18:22:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542e5e8a app-arch/lzlib: ppc64 stable wrt bug #825466 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo gentoo.org> app-arch/lzlib/lzlib-1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/lzlib/lzlib-1.12.ebuild b/app-arch/lzlib/lzlib-1.12.ebuild index 29e82c56ea4a..d3c69fd2dcb2 100644 --- a/app-arch/lzlib/lzlib-1.12.ebuild +++ b/app-arch/lzlib/lzlib-1.12.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz" LICENSE="libstdc++" # fancy form of GPL-2+ with library exception SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86" IUSE="" src_configure() {