From cb4197325aed121f5e6861ad2358a5ce8cfb02c5 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Mon, 20 Apr 2020 07:41:03 -0500 Subject: [PATCH] app-text/discount: fix direct 'ar' call Closes: https://bugs.gentoo.org/718566 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ben Kohler --- app-text/discount/discount-2.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/discount/discount-2.2.6.ebuild b/app-text/discount/discount-2.2.6.ebuild index 5188f84a09a9..9e5705492517 100644 --- a/app-text/discount/discount-2.2.6.ebuild +++ b/app-text/discount/discount-2.2.6.ebuild @@ -43,7 +43,7 @@ src_configure() { --debian-glitch ) einfo "Running ${configure_call[@]}" - CC="$(tc-getCC)" \ + CC="$(tc-getCC)" AR="$(tc-getAR)" \ "${configure_call[@]}" || die } -- 2.26.2