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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9A0115800A for ; Tue, 1 Aug 2023 07:17:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF582E0DC0; Tue, 1 Aug 2023 07:17:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E496E0DC0 for ; Tue, 1 Aug 2023 07:17:11 +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 0FDC4340871 for ; Tue, 1 Aug 2023 07:17:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4E4CE99 for ; Tue, 1 Aug 2023 07:17:07 +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: <1690874218.2576cc8201b327f5af1a65735036955902ea59cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libssh2/libssh2-1.11.0-r1.ebuild net-libs/libssh2/libssh2-1.11.0.ebuild net-libs/libssh2/libssh2-9999.ebuild X-VCS-Directories: net-libs/libssh2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2576cc8201b327f5af1a65735036955902ea59cd X-VCS-Branch: master Date: Tue, 1 Aug 2023 07:17:07 +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: 6f68f514-d552-4d6b-992f-c8f2681e04f5 X-Archives-Hash: 806e81434405fb37d03c0c9f4866cae8 commit: 2576cc8201b327f5af1a65735036955902ea59cd Author: Sam James gentoo org> AuthorDate: Tue Aug 1 07:16:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 1 07:16:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2576cc82 net-libs/libssh2: don't drop .a It breaks the installed CMake config file. Closes: https://bugs.gentoo.org/911386 Signed-off-by: Sam James gentoo.org> net-libs/libssh2/{libssh2-1.11.0.ebuild => libssh2-1.11.0-r1.ebuild} | 1 - net-libs/libssh2/libssh2-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-libs/libssh2/libssh2-1.11.0.ebuild b/net-libs/libssh2/libssh2-1.11.0-r1.ebuild similarity index 97% rename from net-libs/libssh2/libssh2-1.11.0.ebuild rename to net-libs/libssh2/libssh2-1.11.0-r1.ebuild index 02fa622e27d5..11816607f618 100644 --- a/net-libs/libssh2/libssh2-1.11.0.ebuild +++ b/net-libs/libssh2/libssh2-1.11.0-r1.ebuild @@ -62,5 +62,4 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs - find "${ED}" -name '*.a' -delete || die } diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index 1c3811f85a82..70a9e03a7d0b 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.ebuild @@ -62,5 +62,4 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs - find "${ED}" -name '*.a' -delete || die }