From a9e256cf4085eb03eb22e5c92cf0ee9c765d2947 Mon Sep 17 00:00:00 2001 From: Jory Pratt Date: Tue, 3 Nov 2020 16:37:08 -0600 Subject: [PATCH] dev-libs/libressl: Fix autoconf mismatch for stable users Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jory Pratt --- dev-libs/libressl/libressl-3.2.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libressl/libressl-3.2.2.ebuild b/dev-libs/libressl/libressl-3.2.2.ebuild index d6e5a198531..c8928464d3f 100644 --- a/dev-libs/libressl/libressl-3.2.2.ebuild +++ b/dev-libs/libressl/libressl-3.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib-minimal libtool +inherit autotools multilib-minimal libtool DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" HOMEPAGE="https://www.libressl.org/" @@ -46,6 +46,7 @@ src_prepare() { eapply_user elibtoolize # for Solaris + eautomake # required for makefile changes } multilib_src_configure() { -- 2.26.2