diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-26 15:51:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-26 16:25:09 +0100 |
commit | ee92dab11ac1e407c8485a69a9dcabf722b15d91 (patch) | |
tree | c4b65f02a690044f050e08c9a29e6d2299417706 /dev-libs/libgit2 | |
parent | net-misc/connman: new snapshot, rework wifi flags, rework deps (diff) | |
download | gentoo-ee92dab11ac1e407c8485a69a9dcabf722b15d91.tar.gz gentoo-ee92dab11ac1e407c8485a69a9dcabf722b15d91.tar.bz2 gentoo-ee92dab11ac1e407c8485a69a9dcabf722b15d91.zip |
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>
Diffstat (limited to 'dev-libs/libgit2')
-rw-r--r-- | dev-libs/libgit2/libgit2-1.6.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |