From: Lars Wendler Date: Fri, 15 May 2020 16:57:21 +0000 (+0200) Subject: mozcoreconf-v6.eclass: Work around missing "clang" USE flag in seamonkey X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=05cb9b8dc15cec1ac19a10f8b700f545e8f3dec4;p=gentoo.git mozcoreconf-v6.eclass: Work around missing "clang" USE flag in seamonkey Bug: https://bugs.gentoo.org/720316 Signed-off-by: Lars Wendler --- diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass index 03ffac7914dc..04320849a747 100644 --- a/eclass/mozcoreconf-v6.eclass +++ b/eclass/mozcoreconf-v6.eclass @@ -203,7 +203,7 @@ mozconfig_init() { case "${ARCH}" in arm | ppc64) # Reduce the memory requirements for linking - if use clang ; then + if [[ "${PN}" != seamonkey ]] && use clang ; then # Nothing to do :; elif tc-ld-is-gold; then