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 4877F158030 for ; Sun, 26 Feb 2023 17:33:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66A4EE085E; Sun, 26 Feb 2023 17:33:12 +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 4F16AE085E for ; Sun, 26 Feb 2023 17:33:12 +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 50796340CD0 for ; Sun, 26 Feb 2023 17:33:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FC078BA for ; Sun, 26 Feb 2023 17:33:09 +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: <1677432779.a4be2a14d47cc7cc4f54f3b3c906f2febc60b634.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/minizip-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/minizip-ng/minizip-ng-3.0.8.ebuild X-VCS-Directories: sys-libs/minizip-ng/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a4be2a14d47cc7cc4f54f3b3c906f2febc60b634 X-VCS-Branch: master Date: Sun, 26 Feb 2023 17:33:09 +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: f9424240-6a00-49d8-9fc8-3ea165e7a70e X-Archives-Hash: 78329af0cce72948dae92bfea92a6f78 commit: a4be2a14d47cc7cc4f54f3b3c906f2febc60b634 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Feb 26 17:32:59 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Feb 26 17:32:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4be2a14 sys-libs/minizip-ng: Keyword 3.0.8 ppc64, #895718 Signed-off-by: Arthur Zamarin gentoo.org> sys-libs/minizip-ng/minizip-ng-3.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/minizip-ng/minizip-ng-3.0.8.ebuild b/sys-libs/minizip-ng/minizip-ng-3.0.8.ebuild index c50f1690e9ca..750f1cefeeb9 100644 --- a/sys-libs/minizip-ng/minizip-ng-3.0.8.ebuild +++ b/sys-libs/minizip-ng/minizip-ng-3.0.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/zlib-ng/minizip-ng/archive/refs/tags/${PV}.tar.gz -> LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="compat openssl test zstd" RESTRICT="!test? ( test )"