summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-23 10:30:58 +0100
committerSam James <sam@gentoo.org>2023-05-23 10:32:21 +0100
commit326d52937573cf713dd070d23573b8deb5c9ede8 (patch)
tree442605f2c1c72bcaac985b3862efe388286498ee /app-office/libreoffice
parentapp-crypt/sequoia-sqv: add myself as a maintainer (diff)
downloadgentoo-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/libreoffice')
-rw-r--r--app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild4
-rw-r--r--app-office/libreoffice/libreoffice-7.5.3.2.ebuild4
-rw-r--r--app-office/libreoffice/libreoffice-7.5.9999.ebuild4
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild4
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: