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@gentoo.org>
This commit is contained in:
Michał Górny
2023-02-26 15:51:08 +01:00
parent ecc7f72c31
commit ee92dab11a

View File

@@ -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