mail-client/neomutt: Do not call cc

Closes: https://bugs.gentoo.org/724716
Closes: https://github.com/gentoo/gentoo/pull/20796
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas Bock
2021-05-13 12:26:24 -06:00
committed by Sam James
parent 63bb1a5c4d
commit 12abfe9e49
2 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
EAPI=7
inherit toolchain-funcs
if [[ ${PV} =~ 99999999$ ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/neomutt/neomutt.git"
@@ -106,7 +108,7 @@ src_configure() {
"$(usex test --testing --disable-testing)"
)
econf CCACHE=none "${myconf[@]}"
econf CCACHE=none CC_FOR_BUILD=$(tc-getCC) "${myconf[@]}"
}
src_test() {

View File

@@ -3,6 +3,8 @@
EAPI=7
inherit toolchain-funcs
if [[ ${PV} =~ 99999999$ ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/neomutt/neomutt.git"
@@ -102,7 +104,7 @@ src_configure() {
"$(usex test --testing --disable-testing)"
)
econf CCACHE=none "${myconf[@]}"
econf CCACHE=none CC_FOR_BUILD=$(tc-getCC) "${myconf[@]}"
}
src_test() {