summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-04-20 07:41:03 -0500
committerBen Kohler <bkohler@gentoo.org>2020-04-20 07:46:29 -0500
commitcb4197325aed121f5e6861ad2358a5ce8cfb02c5 (patch)
treefca37c84365ecb908b39e543b0e9d38ac9cb3371 /app-text/discount
parentapp-portage/cpuid2cpuflags: Bump to v9 (diff)
downloadgentoo-cb4197325aed121f5e6861ad2358a5ce8cfb02c5.tar.gz
gentoo-cb4197325aed121f5e6861ad2358a5ce8cfb02c5.tar.bz2
gentoo-cb4197325aed121f5e6861ad2358a5ce8cfb02c5.zip
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 <bkohler@gentoo.org>
Diffstat (limited to 'app-text/discount')
-rw-r--r--app-text/discount/discount-2.2.6.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}