From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67E0A158020 for ; Wed, 2 Nov 2022 20:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99C6BE09DE; Wed, 2 Nov 2022 20:06:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 803EDE09DE for ; Wed, 2 Nov 2022 20:06:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DEE9340976 for ; Wed, 2 Nov 2022 20:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F7261D for ; Wed, 2 Nov 2022 20:06:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667419562.96aabb34b436d4cd0e5bec4367c457f44756b1e0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-crypt/git-crypt-0.7.0.ebuild X-VCS-Directories: dev-vcs/git-crypt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96aabb34b436d4cd0e5bec4367c457f44756b1e0 X-VCS-Branch: master Date: Wed, 2 Nov 2022 20:06:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8843796e-3d3d-42e9-b30c-7dca8505c725 X-Archives-Hash: dc8a4d4edef6dd41545cc5f52aabffb8 commit: 96aabb34b436d4cd0e5bec4367c457f44756b1e0 Author: Sam James gentoo org> AuthorDate: Wed Nov 2 20:06:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 2 20:06:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96aabb34 dev-vcs/git-crypt: fix build w/ OpenSSL 1.1.x Closes: https://bugs.gentoo.org/879095 Signed-off-by: Sam James gentoo.org> dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d9424c732212..9df1724c5b16 100644 --- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild +++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild @@ -22,7 +22,7 @@ BDEPEND="dev-libs/libxslt" src_configure() { # bug #805545, https://github.com/AGWA/git-crypt/issues/232 - append-cppflags -DOPENSSL_API_COMPAT=0x30000000L + append-cppflags -DOPENSSL_API_COMPAT=10101 tc-export CXX # bug #689180