diff options
author | Sam James <sam@gentoo.org> | 2023-05-23 10:30:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-23 10:32:21 +0100 |
commit | 326d52937573cf713dd070d23573b8deb5c9ede8 (patch) | |
tree | 442605f2c1c72bcaac985b3862efe388286498ee /app-office | |
parent | app-crypt/sequoia-sqv: add myself as a maintainer (diff) | |
download | gentoo-326d52937573cf713dd070d23573b8deb5c9ede8.tar.gz gentoo-326d52937573cf713dd070d23573b8deb5c9ede8.tar.bz2 gentoo-326d52937573cf713dd070d23573b8deb5c9ede8.zip |
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@gentoo.org>
Diffstat (limited to 'app-office')
4 files changed, 0 insertions, 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: |