commit: 6ba65a2a73c50057347f9da7c787851069865306
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 23:30:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 23:30:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba65a2a
dev-vcs/git-crypt: add openssl 3 bug ref
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
index 8a641959908a..8d7bbe2dd685 100644
--- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
+++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
@@ -21,6 +21,7 @@ DEPEND="${RDEPEND}"
BDEPEND="dev-libs/libxslt"
src_configure() {
+ # bug #805545, https://github.com/AGWA/git-crypt/issues/232
append-cppflags -DOPENSSL_API_COMPAT=0x30000000L
tc-export CXX