commit: 326d52937573cf713dd070d23573b8deb5c9ede8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 23 09:30:58 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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:
