From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 017D815827B for ; Tue, 02 Sep 2025 11:48:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D77B8340FE4 for ; Tue, 02 Sep 2025 11:48:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 20B85110569; Tue, 02 Sep 2025 11:48:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1A034110569 for ; Tue, 02 Sep 2025 11:48:33 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9DEA340871 for ; Tue, 02 Sep 2025 11:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 042A53515 for ; Tue, 02 Sep 2025 11:48:30 +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: <1756813671.16ad8daa72958c1df6c01656652f45601d1b5deb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zziplib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/zziplib/zziplib-0.13.80.ebuild X-VCS-Directories: dev-libs/zziplib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 16ad8daa72958c1df6c01656652f45601d1b5deb X-VCS-Branch: master Date: Tue, 02 Sep 2025 11:48:30 +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: 469d4ba3-1f34-44d7-ac86-78e5dae0ec41 X-Archives-Hash: 0a11afd9a922d307b2caf049206b275b commit: 16ad8daa72958c1df6c01656652f45601d1b5deb Author: Sam James gentoo org> AuthorDate: Tue Sep 2 11:47:51 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 2 11:47:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ad8daa dev-libs/zziplib: Stabilize 0.13.80 arm, #962258 Signed-off-by: Sam James gentoo.org> dev-libs/zziplib/zziplib-0.13.80.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/zziplib/zziplib-0.13.80.ebuild b/dev-libs/zziplib/zziplib-0.13.80.ebuild index 92fdfabeaa81..acd638370836 100644 --- a/dev-libs/zziplib/zziplib-0.13.80.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.80.ebuild @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0/13" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="sdl test" RESTRICT="!test? ( test )"