From 05cb9b8dc15cec1ac19a10f8b700f545e8f3dec4 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Fri, 15 May 2020 18:57:21 +0200 Subject: [PATCH] mozcoreconf-v6.eclass: Work around missing "clang" USE flag in seamonkey Bug: https://bugs.gentoo.org/720316 Signed-off-by: Lars Wendler --- eclass/mozcoreconf-v6.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2