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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4831C1581EC for ; Sat, 23 Nov 2024 16:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B979E0887; Sat, 23 Nov 2024 16:02:52 +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 E3B5DE0887 for ; Sat, 23 Nov 2024 16:02:51 +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 B7A5D335D75 for ; Sat, 23 Nov 2024 16:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33FB12145 for ; Sat, 23 Nov 2024 16:02:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1732377761.c039fab2e4fd4285e165b45863742b16c25a53ae.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libzip/libzip-1.11.2.ebuild X-VCS-Directories: dev-libs/libzip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c039fab2e4fd4285e165b45863742b16c25a53ae X-VCS-Branch: master Date: Sat, 23 Nov 2024 16:02:47 +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: 1575b6ca-86af-4c15-bb0c-6904548d8fd0 X-Archives-Hash: 2ba7bdffb26d787431eaae160dc54c69 commit: c039fab2e4fd4285e165b45863742b16c25a53ae Author: Michał Górny gentoo org> AuthorDate: Sat Nov 23 16:02:41 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 23 16:02:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c039fab2 dev-libs/libzip: Keyword 1.11.2 x86, #944730 Signed-off-by: Michał Górny gentoo.org> dev-libs/libzip/libzip-1.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libzip/libzip-1.11.2.ebuild b/dev-libs/libzip/libzip-1.11.2.ebuild index 3b741038dc95..5309c7f91ad9 100644 --- a/dev-libs/libzip/libzip-1.11.2.ebuild +++ b/dev-libs/libzip/libzip-1.11.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.nih.at/libzip/${P}.tar.xz" LICENSE="BSD" SLOT="0/5" -KEYWORDS="~amd64 ~mips ~ppc ~sparc" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" IUSE="bzip2 gnutls lzma mbedtls ssl static-libs test tools zstd" REQUIRED_USE="test? ( tools )" RESTRICT="!test? ( test )"