From: Andreas Sturmlechner Date: Wed, 24 Jan 2018 11:40:07 +0000 (+0100) Subject: app-office/libreoffice: Workaround buildsystem deficit w/ QT_SELECT=5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e814585c08669667797163d74e22717c10e1c554;p=gentoo.git 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 --- diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index a9f9652d40ca..a48c1bc39d32 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