commit: e814585c08669667797163d74e22717c10e1c554 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 24 11:40:07 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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
