commit:     176b1e5c7185218a2462a15a7d7bd6bc730d57c9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 09:49:26 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 09:58:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176b1e5c

app-text/mandoc: handle user's AR setting

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/mandoc/mandoc-1.14.5-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-text/mandoc/mandoc-1.14.5-r1.ebuild 
b/app-text/mandoc/mandoc-1.14.5-r1.ebuild
index c6058c16436..21e0f962475 100644
--- a/app-text/mandoc/mandoc-1.14.5-r1.ebuild
+++ b/app-text/mandoc/mandoc-1.14.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -93,6 +93,10 @@ src_prepare() {
        if [[ -n "${MANDOC_CGI_H}" ]]; then
                cp "${MANDOC_CGI_H}" cgi.h || die
        fi
+
+       # ./configure does not propagate all configure.local
+       # settings to Makefile.local settings.
+       tc-export AR
 }
 
 src_compile() {

Reply via email to