commit:     d2c93326a680975f701413502439115802576078
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 10:49:03 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 10:49:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c93326

app-office/libreoffice: Fix build with USE=kde

Disable qt5/kde5 build switches for 6.1 stable branch, gtk3-kde5 now builds
without them. Only 6.2 branch receives work towards real qt5/kf5 support.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-office/libreoffice/libreoffice-6.1.9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-6.1.9999.ebuild 
b/app-office/libreoffice/libreoffice-6.1.9999.ebuild
index 46abef27e98..11cbcd4c3e8 100644
--- a/app-office/libreoffice/libreoffice-6.1.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-6.1.9999.ebuild
@@ -398,9 +398,11 @@ src_configure() {
                --disable-epm
                --disable-fetch-external
                --disable-gstreamer-0-10
+               --disable-kde5
                --disable-online-update
                --disable-openssl
                --disable-pdfium
+               --disable-qt5
                --disable-report-builder
                --with-alloc=system
                --with-build-version="Gentoo official package"
@@ -432,8 +434,6 @@ src_configure() {
                $(use_enable gtk gtk3)
                $(use_enable gtk2 gtk)
                $(use_enable kde gtk3-kde5)
-               $(use_enable kde kde5)
-               $(use_enable kde qt5)
                $(use_enable mysql ext-mariadb-connector)
                $(use_enable odk)
                $(use_enable pdfimport)

Reply via email to