diff options
| author | Sam James <sam@gentoo.org> | 2022-11-01 23:30:04 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-11-01 23:30:04 +0000 |
| commit | 6ba65a2a73c50057347f9da7c787851069865306 (patch) | |
| tree | ead5c692caf1e45b052adb9e53b76dc67be86a7d /dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | |
| parent | b0d5d24230e62e69f4bae50be4746551f1d95451 (diff) | |
| download | gentoo-6ba65a2a73c50057347f9da7c787851069865306.tar.gz gentoo-6ba65a2a73c50057347f9da7c787851069865306.tar.bz2 gentoo-6ba65a2a73c50057347f9da7c787851069865306.zip | |
dev-vcs/git-crypt: add openssl 3 bug ref
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git-crypt/git-crypt-0.7.0.ebuild')
| -rw-r--r-- | dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
