Skip to content

Commit

Permalink
app-office/libreoffice: drop obsolete GCC Skia warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed May 23, 2023
1 parent 37f4e66 commit 326d529
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions app-office/libreoffice/libreoffice-7.5.3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions app-office/libreoffice/libreoffice-7.5.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions app-office/libreoffice/libreoffice-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 326d529

Please sign in to comment.