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 D1444138332 for ; Wed, 24 Jan 2018 12:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33A61E0998; Wed, 24 Jan 2018 12:46:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0C79AE0998 for ; Wed, 24 Jan 2018 12:46:59 +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 3146C335C30 for ; Wed, 24 Jan 2018 12:46:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B3CE1D1 for ; Wed, 24 Jan 2018 12:46:55 +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: <1516798000.e814585c08669667797163d74e22717c10e1c554.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-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e814585c08669667797163d74e22717c10e1c554 X-VCS-Branch: master Date: Wed, 24 Jan 2018 12:46:55 +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: a36dce64-13ac-4b6c-b110-caa98e128d68 X-Archives-Hash: c2b82edb24416426e62cb9b929f7a0b8 commit: e814585c08669667797163d74e22717c10e1c554 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 24 11:40:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 24 12:46:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e814585c app-office/libreoffice: Workaround buildsystem deficit w/ QT_SELECT=5 Bug: https://bugs.gentoo.org/639620 Package-Manager: Portage-2.3.20, Repoman-2.3.6 app-office/libreoffice/libreoffice-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index a9f9652d40c..a48c1bc39d3 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -359,6 +359,7 @@ src_configure() { export PYTHON_LIBS=$(python_get_LIBS) if use kde; then + export QT_SELECT=5 # bug 639620 needs proper fix though export QT5DIR="$(qt5_get_bindir)/../" export MOC5="$(qt5_get_bindir)/moc" fi