From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 504CD1580F6 for ; Tue, 20 May 2025 23:08:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3A5453430D5 for ; Tue, 20 May 2025 23:08:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2A2B81103DD; Tue, 20 May 2025 23:08:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1F9F01103DD for ; Tue, 20 May 2025 23:08:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B90A13430A6 for ; Tue, 20 May 2025 23:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28C8019E5 for ; Tue, 20 May 2025 23:08:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1747782496.146bfa5ad8b87a9ea73b5a4522c4bed827fd8844.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-25.2.3.2.ebuild app-office/libreoffice/libreoffice-25.2.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 146bfa5ad8b87a9ea73b5a4522c4bed827fd8844 X-VCS-Branch: master Date: Tue, 20 May 2025 23:08:35 +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: 92c798de-88dd-4841-9544-bb1872296c29 X-Archives-Hash: 0457074d219025e2ccacd56130ce0dff commit: 146bfa5ad8b87a9ea73b5a4522c4bed827fd8844 Author: Sam James gentoo org> AuthorDate: Tue May 20 23:07:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 20 23:08:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146bfa5a app-office/libreoffice: make sure CC/CXX are defined Signed-off-by: Sam James gentoo.org> app-office/libreoffice/libreoffice-25.2.3.2.ebuild | 1 + app-office/libreoffice/libreoffice-25.2.9999.ebuild | 1 + app-office/libreoffice/libreoffice-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/app-office/libreoffice/libreoffice-25.2.3.2.ebuild b/app-office/libreoffice/libreoffice-25.2.3.2.ebuild index 4fd9a197443e..4d4277a5b347 100644 --- a/app-office/libreoffice/libreoffice-25.2.3.2.ebuild +++ b/app-office/libreoffice/libreoffice-25.2.3.2.ebuild @@ -448,6 +448,7 @@ src_configure() { sed -i -e "s/-flto=thin/-flto/" solenv/gbuild/platform/com_GCC_defs.mk || die # Don't use Clang for building Skia regardless of CC/CXX! + tc-export CC CXX export LO_CLANG_CC=${CC} export LO_CLANG_CXX=${CXX} diff --git a/app-office/libreoffice/libreoffice-25.2.9999.ebuild b/app-office/libreoffice/libreoffice-25.2.9999.ebuild index a557644d7d5e..44c9dc50b74f 100644 --- a/app-office/libreoffice/libreoffice-25.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-25.2.9999.ebuild @@ -447,6 +447,7 @@ src_configure() { sed -i -e "s/-flto=thin/-flto/" solenv/gbuild/platform/com_GCC_defs.mk || die # Don't use Clang for building Skia regardless of CC/CXX! + tc-export CC CXX export LO_CLANG_CC=${CC} export LO_CLANG_CXX=${CXX} diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 3374c5e9bf76..0e1ac0f460dc 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -432,6 +432,7 @@ src_configure() { sed -i -e "s/-flto=thin/-flto/" solenv/gbuild/platform/com_GCC_defs.mk || die # Don't use Clang for building Skia regardless of CC/CXX! + tc-export CC CXX export LO_CLANG_CC=${CC} export LO_CLANG_CXX=${CXX}