diff options
author | Peter Levine <plevine457@gmail.com> | 2024-01-15 23:13:27 -0500 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-18 15:27:20 +0100 |
commit | e704047812b509079fdb48b1de98d1509d8b323e (patch) | |
tree | de896ca59f1caa9576c2a4f4483ac2a269234b74 /net-libs/accounts-qml | |
parent | www-apps/prowlarr: drop 1.12.1.4201 (diff) | |
download | gentoo-e704047812b509079fdb48b1de98d1509d8b323e.tar.gz gentoo-e704047812b509079fdb48b1de98d1509d8b323e.tar.bz2 gentoo-e704047812b509079fdb48b1de98d1509d8b323e.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34832
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/accounts-qml')
-rw-r--r-- | net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |