projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31097c1
)
app-text/discount: fix direct 'ar' call
author
Ben Kohler
<bkohler@gentoo.org>
Mon, 20 Apr 2020 12:41:03 +0000
(07:41 -0500)
committer
Ben Kohler
<bkohler@gentoo.org>
Mon, 20 Apr 2020 12:46:29 +0000
(07:46 -0500)
Closes: https://bugs.gentoo.org/718566
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
app-text/discount/discount-2.2.6.ebuild
patch
|
blob
|
history
diff --git
a/app-text/discount/discount-2.2.6.ebuild
b/app-text/discount/discount-2.2.6.ebuild
index 5188f84a09a9f8f5ec507ba465497efdc1eadc29..9e5705492517e5a8b9264071ac14572ad55c71c8 100644
(file)
--- 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
}