diff options
author | 2020-04-20 07:41:03 -0500 | |
---|---|---|
committer | 2020-04-20 07:46:29 -0500 | |
commit | cb4197325aed121f5e6861ad2358a5ce8cfb02c5 (patch) | |
tree | fca37c84365ecb908b39e543b0e9d38ac9cb3371 /app-text/discount/discount-2.2.6.ebuild | |
parent | app-portage/cpuid2cpuflags: Bump to v9 (diff) | |
download | gentoo-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/discount-2.2.6.ebuild')
-rw-r--r-- | app-text/discount/discount-2.2.6.ebuild | 2 |
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 } |