mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user