Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
Date: Tue, 01 Nov 2022 23:32:52
Message-Id: 1667345404.6ba65a2a73c50057347f9da7c787851069865306.sam@gentoo
1 commit: 6ba65a2a73c50057347f9da7c787851069865306
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 23:30:04 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 23:30:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba65a2a
7
8 dev-vcs/git-crypt: add openssl 3 bug ref
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
16 index 8a641959908a..8d7bbe2dd685 100644
17 --- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
18 +++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
19 @@ -21,6 +21,7 @@ DEPEND="${RDEPEND}"
20 BDEPEND="dev-libs/libxslt"
21
22 src_configure() {
23 + # bug #805545, https://github.com/AGWA/git-crypt/issues/232
24 append-cppflags -DOPENSSL_API_COMPAT=0x30000000L
25 tc-export CXX