From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06094138335 for ; Wed, 29 Aug 2018 10:49:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF486E0869; Wed, 29 Aug 2018 10:49:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84C41E0869 for ; Wed, 29 Aug 2018 10:49:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6C2B340BDE for ; Wed, 29 Aug 2018 10:49:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 149A73C2 for ; Wed, 29 Aug 2018 10:49:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1535539778.d2c93326a680975f701413502439115802576078.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-6.1.9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d2c93326a680975f701413502439115802576078 X-VCS-Branch: master Date: Wed, 29 Aug 2018 10:49:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bd11a129-fbbe-4d0d-8e98-2b792b5612d9 X-Archives-Hash: 0719a01e8946437c3380cca647776a96 commit: d2c93326a680975f701413502439115802576078 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 29 10:49:03 2018 +0000 Commit: Andreas Sturmlechner gentoo 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)