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 435D515802F for ; Tue, 28 Mar 2023 18:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61249E07A9; Tue, 28 Mar 2023 18:51:41 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F0A2E07F9 for ; Tue, 28 Mar 2023 18:51:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 837A0340E6F for ; Tue, 28 Mar 2023 18:51:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C59398E5 for ; Tue, 28 Mar 2023 18:51:37 +0000 (UTC) From: "Quentin Retornaz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quentin Retornaz" Message-ID: <1680029434.9cb798f2928edcbc10d19f365672711a1bfb0001.quentin@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-libs/libressl/libressl-3.7.1.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: quentin X-VCS-Committer-Name: Quentin Retornaz X-VCS-Revision: 9cb798f2928edcbc10d19f365672711a1bfb0001 X-VCS-Branch: master Date: Tue, 28 Mar 2023 18:51:37 +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: db9b5eba-0d32-4c51-bab7-51d3791c70eb X-Archives-Hash: 194889c6266dfb00b4a039080bbd8233 commit: 9cb798f2928edcbc10d19f365672711a1bfb0001 Author: orbea riseup net> AuthorDate: Sat Mar 18 17:41:04 2023 +0000 Commit: Quentin Retornaz retornaz com> CommitDate: Tue Mar 28 18:50:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=9cb798f2 dev-libs/libressl: Fix multilib header Fixes: https://github.com/gentoo/libressl/issues/506 Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/libressl/pull/507 Signed-off-by: Quentin Retornaz retornaz.com> dev-libs/libressl/libressl-3.7.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libressl/libressl-3.7.1.ebuild b/dev-libs/libressl/libressl-3.7.1.ebuild index 424a578..168cab3 100644 --- a/dev-libs/libressl/libressl-3.7.1.ebuild +++ b/dev-libs/libressl/libressl-3.7.1.ebuild @@ -26,6 +26,8 @@ BDEPEND="verify-sig? ( sec-keys/openpgp-keys-libressl )" VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc +MULTILIB_WRAPPED_HEADERS=( /usr/include/openssl/opensslconf.h ) + PATCHES=( "${FILESDIR}"/${PN}-2.8.3-solaris10.patch )