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: Wed, 02 Nov 2022 20:06:14
Message-Id: 1667419562.96aabb34b436d4cd0e5bec4367c457f44756b1e0.sam@gentoo
1 commit: 96aabb34b436d4cd0e5bec4367c457f44756b1e0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 20:06:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 20:06:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96aabb34
7
8 dev-vcs/git-crypt: fix build w/ OpenSSL 1.1.x
9
10 Closes: https://bugs.gentoo.org/879095
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
17 index d9424c732212..9df1724c5b16 100644
18 --- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
19 +++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
20 @@ -22,7 +22,7 @@ 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 + append-cppflags -DOPENSSL_API_COMPAT=10101
26 tc-export CXX
27
28 # bug #689180