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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C16115806E for ; Tue, 23 May 2023 09:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6139E0955; Tue, 23 May 2023 09:33:34 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73275E0954 for ; Tue, 23 May 2023 09:33:34 +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 58DDD340CA2 for ; Tue, 23 May 2023 09:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7864BA76 for ; Tue, 23 May 2023 09:33:31 +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: <1684834341.326d52937573cf713dd070d23573b8deb5c9ede8.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-7.4.6.2-r1.ebuild app-office/libreoffice/libreoffice-7.5.3.2.ebuild app-office/libreoffice/libreoffice-7.5.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: 326d52937573cf713dd070d23573b8deb5c9ede8 X-VCS-Branch: master Date: Tue, 23 May 2023 09:33:31 +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: 3263f21f-a0e9-40f6-9703-c1ffbabb534d X-Archives-Hash: c242c5e9666deb86b6e7f0d1e13deae0 commit: 326d52937573cf713dd070d23573b8deb5c9ede8 Author: Sam James gentoo org> AuthorDate: Tue May 23 09:30:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 23 09:32:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326d5293 app-office/libreoffice: drop obsolete GCC Skia warning Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92645 Signed-off-by: Sam James gentoo.org> app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild | 4 ---- app-office/libreoffice/libreoffice-7.5.3.2.ebuild | 4 ---- app-office/libreoffice/libreoffice-7.5.9999.ebuild | 4 ---- app-office/libreoffice/libreoffice-9999.ebuild | 4 ---- 4 files changed, 16 deletions(-) diff --git a/app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild b/app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild index 1ac2bcce093d..de5dc3cb189f 100644 --- a/app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild @@ -438,10 +438,6 @@ src_configure() { # Ensure we use correct toolchain tc-export CC CXX LD AR NM OBJDUMP RANLIB PKG_CONFIG - if use vulkan && ! use clang ; then - ewarn "Building skia with gcc may lead to performance issues. Disable vulkan or enable clang." - fi - # optimization flags export GMAKE_OPTIONS="${MAKEOPTS}" # System python enablement: diff --git a/app-office/libreoffice/libreoffice-7.5.3.2.ebuild b/app-office/libreoffice/libreoffice-7.5.3.2.ebuild index 772e63c73d8e..5b07c58a5af5 100644 --- a/app-office/libreoffice/libreoffice-7.5.3.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.5.3.2.ebuild @@ -438,10 +438,6 @@ src_configure() { # Ensure we use correct toolchain tc-export CC CXX LD AR NM OBJDUMP RANLIB PKG_CONFIG - if use vulkan && ! use clang ; then - ewarn "Building skia with gcc may lead to performance issues. Disable vulkan or enable clang." - fi - # optimization flags export GMAKE_OPTIONS="${MAKEOPTS}" # System python enablement: diff --git a/app-office/libreoffice/libreoffice-7.5.9999.ebuild b/app-office/libreoffice/libreoffice-7.5.9999.ebuild index 772e63c73d8e..5b07c58a5af5 100644 --- a/app-office/libreoffice/libreoffice-7.5.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.5.9999.ebuild @@ -438,10 +438,6 @@ src_configure() { # Ensure we use correct toolchain tc-export CC CXX LD AR NM OBJDUMP RANLIB PKG_CONFIG - if use vulkan && ! use clang ; then - ewarn "Building skia with gcc may lead to performance issues. Disable vulkan or enable clang." - fi - # optimization flags export GMAKE_OPTIONS="${MAKEOPTS}" # System python enablement: diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 3e79b6523909..03c8eb7fdfb7 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -434,10 +434,6 @@ src_configure() { # Ensure we use correct toolchain tc-export CC CXX LD AR NM OBJDUMP RANLIB PKG_CONFIG - if use vulkan && ! use clang ; then - ewarn "Building skia with gcc may lead to performance issues. Disable vulkan or enable clang." - fi - # optimization flags export GMAKE_OPTIONS="${MAKEOPTS}" # System python enablement: