commit: a6e8979afea92806e9f3b469c37822a1f80e6a6f Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Nov 21 18:51:50 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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
