commit:     ee92dab11ac1e407c8485a69a9dcabf722b15d91
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 14:51:08 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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

Reply via email to