From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E5B3B13835A for ; Sat, 21 Nov 2020 19:02:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32411E07B3; Sat, 21 Nov 2020 19:02:11 +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 1D40DE07B3 for ; Sat, 21 Nov 2020 19:02:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 455D8340E3A for ; Sat, 21 Nov 2020 19:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD44544C for ; Sat, 21 Nov 2020 19:02:08 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1605985310.a6e8979afea92806e9f3b469c37822a1f80e6a6f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-7.0.3.1.ebuild app-office/libreoffice/libreoffice-7.0.9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a6e8979afea92806e9f3b469c37822a1f80e6a6f X-VCS-Branch: master Date: Sat, 21 Nov 2020 19:02:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d63573e-9414-42d5-9c72-7e859f3be328 X-Archives-Hash: e1c6f6df64697fbc3764435ea5be09eb commit: a6e8979afea92806e9f3b469c37822a1f80e6a6f Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 21 18:51:50 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 21 19:01:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e8979a app-office/libreoffice: Use CLANG_CC in 7.0 branch Bug: https://bugs.gentoo.org/739134 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> app-office/libreoffice/libreoffice-7.0.3.1.ebuild | 4 ++-- app-office/libreoffice/libreoffice-7.0.9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-office/libreoffice/libreoffice-7.0.3.1.ebuild b/app-office/libreoffice/libreoffice-7.0.3.1.ebuild index 63c50e62f52..b7f883af378 100644 --- a/app-office/libreoffice/libreoffice-7.0.3.1.ebuild +++ b/app-office/libreoffice/libreoffice-7.0.3.1.ebuild @@ -403,8 +403,8 @@ src_configure() { NM=gcc-nm RANLIB=gcc-ranlib fi - export LO_CLANG_CC=${CC} - export LO_CLANG_CXX=${CXX} + export CLANG_CC=${CC} + export CLANG_CXX=${CXX} if [[ -n "${have_switched_compiler}" ]] ; then # Because we switched active compiler we have to ensure diff --git a/app-office/libreoffice/libreoffice-7.0.9999.ebuild b/app-office/libreoffice/libreoffice-7.0.9999.ebuild index 552b65b8bbd..735ca0fa649 100644 --- a/app-office/libreoffice/libreoffice-7.0.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.0.9999.ebuild @@ -403,8 +403,8 @@ src_configure() { NM=gcc-nm RANLIB=gcc-ranlib fi - export LO_CLANG_CC=${CC} - export LO_CLANG_CXX=${CXX} + export CLANG_CC=${CC} + export CLANG_CXX=${CXX} if [[ -n "${have_switched_compiler}" ]] ; then # Because we switched active compiler we have to ensure