From e814585c08669667797163d74e22717c10e1c554 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 24 Jan 2018 12:40:07 +0100 Subject: [PATCH] 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 a9f9652d40cac..a48c1bc39d324 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