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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4391158B20 for ; Tue, 04 Feb 2025 20:02:20 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 89A1E342F9E for ; Tue, 04 Feb 2025 20:02:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 88C0D11046F; Tue, 04 Feb 2025 20:02:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7A55411046F for ; Tue, 04 Feb 2025 20:02:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35F0E342F93 for ; Tue, 04 Feb 2025 20:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93F2B2195 for ; Tue, 04 Feb 2025 20:02:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1738699006.9b62b97e5103c40f6e28e7d6bc1b5492b8f60644.asturm@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-r1.ebuild dev-libs/libzip/libzip-1.11.3.ebuild X-VCS-Directories: dev-libs/libzip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b62b97e5103c40f6e28e7d6bc1b5492b8f60644 X-VCS-Branch: master Date: Tue, 04 Feb 2025 20:02:17 +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: 21fa1358-6485-4dcf-b63f-74f67000c5d9 X-Archives-Hash: b7d41efe1016507826f62df9567a80de commit: 9b62b97e5103c40f6e28e7d6bc1b5492b8f60644 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 4 19:56:46 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 4 19:56:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b62b97e dev-libs/libzip: tests require USE=ssl Closes: https://bugs.gentoo.org/949116 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libzip/libzip-1.11.2-r1.ebuild | 2 +- dev-libs/libzip/libzip-1.11.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libzip/libzip-1.11.2-r1.ebuild b/dev-libs/libzip/libzip-1.11.2-r1.ebuild index 568eae26576c..bfb53ae2c13e 100644 --- a/dev-libs/libzip/libzip-1.11.2-r1.ebuild +++ b/dev-libs/libzip/libzip-1.11.2-r1.ebuild @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0/5" KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" IUSE="bzip2 gnutls lzma mbedtls ssl static-libs test tools zstd" -REQUIRED_USE="test? ( tools )" +REQUIRED_USE="test? ( ssl tools )" RESTRICT="!test? ( test )" DEPEND=" diff --git a/dev-libs/libzip/libzip-1.11.3.ebuild b/dev-libs/libzip/libzip-1.11.3.ebuild index 3f609d8bdb85..1b32987b2b99 100644 --- a/dev-libs/libzip/libzip-1.11.3.ebuild +++ b/dev-libs/libzip/libzip-1.11.3.ebuild @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0/5" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="bzip2 gnutls lzma mbedtls ssl static-libs test tools zstd" -REQUIRED_USE="test? ( tools )" +REQUIRED_USE="test? ( ssl tools )" RESTRICT="!test? ( test )" DEPEND="