commit: e704047812b509079fdb48b1de98d1509d8b323e Author: Peter Levine <plevine457 <AT> gmail <DOT> com> AuthorDate: Tue Jan 16 04:13:27 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Jan 18 14:27:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7040478
net-libs/accounts-qml: fix bug# 922194 Add "local QT_QPA_PLATFORM=offscreen" to fix breakage. Closes: https://bugs.gentoo.org/922194 Closes: https://github.com/gentoo/gentoo/pull/34832 Signed-off-by: Peter Levine <plevine457 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34832 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild b/net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild index 7b40f6711238..7df58aee3efa 100644 --- a/net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild +++ b/net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild @@ -124,6 +124,7 @@ src_install() { emake -C "${BUILD_DIR}" INSTALL_ROOT="${D}" install_subtargets } + local QT_QPA_PLATFORM=offscreen multibuild_foreach_variant my_src_install use doc && local HTML_DOCS=( doc/html ) einstalldocs