Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Wed, 29 Aug 2018 10:49:55
Message-Id: 1535539778.d2c93326a680975f701413502439115802576078.asturm@gentoo
1 commit: d2c93326a680975f701413502439115802576078
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 10:49:03 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 10:49:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c93326
7
8 app-office/libreoffice: Fix build with USE=kde
9
10 Disable qt5/kde5 build switches for 6.1 stable branch, gtk3-kde5 now builds
11 without them. Only 6.2 branch receives work towards real qt5/kf5 support.
12
13 Package-Manager: Portage-2.3.48, Repoman-2.3.10
14
15 app-office/libreoffice/libreoffice-6.1.9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-office/libreoffice/libreoffice-6.1.9999.ebuild b/app-office/libreoffice/libreoffice-6.1.9999.ebuild
19 index 46abef27e98..11cbcd4c3e8 100644
20 --- a/app-office/libreoffice/libreoffice-6.1.9999.ebuild
21 +++ b/app-office/libreoffice/libreoffice-6.1.9999.ebuild
22 @@ -398,9 +398,11 @@ src_configure() {
23 --disable-epm
24 --disable-fetch-external
25 --disable-gstreamer-0-10
26 + --disable-kde5
27 --disable-online-update
28 --disable-openssl
29 --disable-pdfium
30 + --disable-qt5
31 --disable-report-builder
32 --with-alloc=system
33 --with-build-version="Gentoo official package"
34 @@ -432,8 +434,6 @@ src_configure() {
35 $(use_enable gtk gtk3)
36 $(use_enable gtk2 gtk)
37 $(use_enable kde gtk3-kde5)
38 - $(use_enable kde kde5)
39 - $(use_enable kde qt5)
40 $(use_enable mysql ext-mariadb-connector)
41 $(use_enable odk)
42 $(use_enable pdfimport)