From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1490775-garchives=archives.gentoo.org@lists.gentoo.org> 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 B945C158030 for <garchives@archives.gentoo.org>; Sun, 26 Feb 2023 19:28:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11DABE08A8; Sun, 26 Feb 2023 19:28:29 +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 D7D2BE0870 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Feb 2023 19:28:29 +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 0A7B9340DF1 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Feb 2023 19:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96E89896 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Feb 2023 19:28:27 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@gentoo.org> 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" <arthurzam@gentoo.org> Message-ID: <1677439688.837bd903bae5b4a2a46312336e53beb90ea94fa1.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: 837bd903bae5b4a2a46312336e53beb90ea94fa1 X-VCS-Branch: master Date: Sun, 26 Feb 2023 19:28:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c1b156b-6101-42d8-9cd0-8927bec2e438 X-Archives-Hash: 69038eeb77f87a0a007d1fe5cd9412a0 commit: 837bd903bae5b4a2a46312336e53beb90ea94fa1 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 26 19:28:08 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Feb 26 19:28:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837bd903 sys-libs/minizip-ng: Keyword 3.0.8 arm, #895718 Signed-off-by: Arthur Zamarin <arthurzam <AT> 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 750f1cefeeb9..0ec80519d123 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 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="compat openssl test zstd" RESTRICT="!test? ( test )"