From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1171374-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 799871382C5
	for <garchives@archives.gentoo.org>; Fri, 15 May 2020 16:58:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5AF3FE0C02;
	Fri, 15 May 2020 16:58:25 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D0F29E0C02
	for <gentoo-commits@lists.gentoo.org>; Fri, 15 May 2020 16:58:23 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B27AD34EE86
	for <gentoo-commits@lists.gentoo.org>; Fri, 15 May 2020 16:58:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 49A3E235
	for <gentoo-commits@lists.gentoo.org>; Fri, 15 May 2020 16:58:18 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1589561891.05cb9b8dc15cec1ac19a10f8b700f545e8f3dec4.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
X-VCS-Repository: repo/gentoo
X-VCS-Files: eclass/mozcoreconf-v6.eclass
X-VCS-Directories: eclass/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: 05cb9b8dc15cec1ac19a10f8b700f545e8f3dec4
X-VCS-Branch: master
Date: Fri, 15 May 2020 16:58:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 74158462-e23d-464d-ae0e-aac7cb197d1b
X-Archives-Hash: 927f51d693b7d959a4fdc6900f709784

commit:     05cb9b8dc15cec1ac19a10f8b700f545e8f3dec4
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri May 15 16:57:21 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri May 15 16:58:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cb9b8d

mozcoreconf-v6.eclass: Work around missing "clang" USE flag in seamonkey

Bug: https://bugs.gentoo.org/720316
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 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 03ffac7914d..04320849a74 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