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 20B23158074 for ; Thu, 26 Jun 2025 02:14:44 +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 089A8341071 for ; Thu, 26 Jun 2025 02:14:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5152911055C; Thu, 26 Jun 2025 02:14:39 +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 3FCD811055C for ; Thu, 26 Jun 2025 02:14:39 +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 EC5C4341081 for ; Thu, 26 Jun 2025 02:14:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D45E2A88 for ; Thu, 26 Jun 2025 02:14:37 +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: <1750903201.bc37d00c1cb4e53328fc56bba6f75d1a300d19c6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libssh/libssh-0.11.1-r2.ebuild net-libs/libssh/libssh-9999.ebuild X-VCS-Directories: net-libs/libssh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc37d00c1cb4e53328fc56bba6f75d1a300d19c6 X-VCS-Branch: master Date: Thu, 26 Jun 2025 02:14:37 +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: 3803ef51-7306-46bf-9eb9-3d0dd7bf5b02 X-Archives-Hash: c9d07fa33c72414000841c321f33fbff commit: bc37d00c1cb4e53328fc56bba6f75d1a300d19c6 Author: Sam James gentoo org> AuthorDate: Thu Jun 26 01:57:47 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 26 02:00:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc37d00c net-libs/libssh: tidy up 'rm' for module, fix whitespace Signed-off-by: Sam James gentoo.org> net-libs/libssh/libssh-0.11.1-r2.ebuild | 4 ++-- net-libs/libssh/libssh-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libssh/libssh-0.11.1-r2.ebuild b/net-libs/libssh/libssh-0.11.1-r2.ebuild index 3f0e3cafd0e2..5f90601aa33a 100644 --- a/net-libs/libssh/libssh-0.11.1-r2.ebuild +++ b/net-libs/libssh/libssh-0.11.1-r2.ebuild @@ -46,7 +46,7 @@ PATCHES=( src_prepare() { # Remove custom find module to use system one - rm -fr cmake/Modules/FindMbedTLS.cmake + rm cmake/Modules/FindMbedTLS.cmake || die cmake_src_prepare @@ -96,7 +96,7 @@ multilib_src_configure() { -DWITH_GCRYPT=OFF -DWITH_GSSAPI=$(usex gssapi) -DWITH_MBEDTLS=$(usex mbedtls) - -DMBEDTLS_FOUND=$(usex mbedtls) # Enforce variable from custom find module + -DMBEDTLS_FOUND=$(usex mbedtls) # Enforce variable from custom find module -DWITH_PCAP=$(usex pcap) -DWITH_SERVER=$(usex server) -DWITH_SFTP=$(usex sftp) diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index 34ef848dd1eb..7d741cff2c57 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -41,7 +41,7 @@ DOCS=( AUTHORS CHANGELOG README ) src_prepare() { # Remove custom find module to use system one - rm -fr cmake/Modules/FindMbedTLS.cmake + rm cmake/Modules/FindMbedTLS.cmake || die cmake_src_prepare