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 1F8BD158030 for ; Sun, 26 Feb 2023 15:25:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36F20E0849; Sun, 26 Feb 2023 15:25:21 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C419CE0849 for ; Sun, 26 Feb 2023 15:25:20 +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 9D2A6335D17 for ; Sun, 26 Feb 2023 15:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1591807 for ; Sun, 26 Feb 2023 15:25:17 +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: <1677425109.ee92dab11ac1e407c8485a69a9dcabf722b15d91.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgit2/libgit2-1.6.1.ebuild X-VCS-Directories: dev-libs/libgit2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee92dab11ac1e407c8485a69a9dcabf722b15d91 X-VCS-Branch: master Date: Sun, 26 Feb 2023 15:25: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: b43198c6-82fe-4a53-ab1f-bdf6955a818d X-Archives-Hash: 9700f9f0f1bdebcc864fb5b48bf635c1 commit: ee92dab11ac1e407c8485a69a9dcabf722b15d91 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 26 14:51:08 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 26 15:25:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee92dab1 dev-libs/libgit2: Disable experimental SHA256 support Enabling experimental SHA256 support causes the library to be renamed which is not desired. Disable it again. The release remains masked because of misnamed pkg-config file, 1.6.2 is expected soon. Closes: https://bugs.gentoo.org/897880 Signed-off-by: Michał Górny gentoo.org> dev-libs/libgit2/libgit2-1.6.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/libgit2/libgit2-1.6.1.ebuild b/dev-libs/libgit2/libgit2-1.6.1.ebuild index 1335a2335a3c..fd4006780f80 100644 --- a/dev-libs/libgit2/libgit2-1.6.1.ebuild +++ b/dev-libs/libgit2/libgit2-1.6.1.ebuild @@ -38,7 +38,6 @@ BDEPEND=" src_configure() { local mycmakeargs=( -DBUILD_TESTS=$(usex test) - -DEXPERIMENTAL_SHA256=ON -DUSE_SSH=$(usex ssh) -DUSE_GSSAPI=$(usex gssapi ON OFF) -DUSE_HTTP_PARSER=system