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 1FA1A158176 for ; Sat, 18 Oct 2025 09:58: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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 07C7D341F83 for ; Sat, 18 Oct 2025 09:58:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 02A061104B5; Sat, 18 Oct 2025 09:58:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EE56D1104B5 for ; Sat, 18 Oct 2025 09:58:18 +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 A7F9F341F87 for ; Sat, 18 Oct 2025 09:58:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A6402F64 for ; Sat, 18 Oct 2025 09:58: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: <1760781482.4a3db62d94939ac59ffc78e31757934dcd12e183.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.4-r2.ebuild X-VCS-Directories: dev-libs/libzip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4a3db62d94939ac59ffc78e31757934dcd12e183 X-VCS-Branch: master Date: Sat, 18 Oct 2025 09:58: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: 19ed7690-d030-4162-b770-a4c353925a02 X-Archives-Hash: 6aa65d107bc8f33f4b182d8125e6f435 commit: 4a3db62d94939ac59ffc78e31757934dcd12e183 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 18 09:57:32 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 18 09:58:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3db62d dev-libs/libzip: rm -r unused subdirectory Closes: https://bugs.gentoo.org/964582 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libzip/libzip-1.11.4-r2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/libzip/libzip-1.11.4-r2.ebuild b/dev-libs/libzip/libzip-1.11.4-r2.ebuild index e86c53aab528..d94c6a5c09a4 100644 --- a/dev-libs/libzip/libzip-1.11.4-r2.ebuild +++ b/dev-libs/libzip/libzip-1.11.4-r2.ebuild @@ -41,6 +41,11 @@ PATCHES=( "${FILESDIR}/libzip-1.11.4-mbedtls-3.patch" ) +src_prepare() { + rm -r examples/cmake-project || die # bug #964582 + cmake_src_prepare +} + src_configure() { append-lfs-flags local mycmakeargs=(