diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-11-21 20:51:50 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-11-21 21:01:50 +0200 |
commit | a6e8979afea92806e9f3b469c37822a1f80e6a6f (patch) | |
tree | 05e899230ff9922c16c584c9dab435443b97bffa /app-office | |
parent | app-emulation/wine-staging: Drop old (diff) | |
download | gentoo-a6e8979afea92806e9f3b469c37822a1f80e6a6f.tar.gz gentoo-a6e8979afea92806e9f3b469c37822a1f80e6a6f.tar.bz2 gentoo-a6e8979afea92806e9f3b469c37822a1f80e6a6f.zip |
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@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.0.3.1.ebuild | 4 | ||||
-rw-r--r-- | 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 63c50e62f52d..b7f883af3784 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 552b65b8bbda..735ca0fa649d 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 |