From e704047812b509079fdb48b1de98d1509d8b323e Mon Sep 17 00:00:00 2001 From: Peter Levine Date: Mon, 15 Jan 2024 23:13:27 -0500 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/34832 Signed-off-by: Andreas Sturmlechner --- net-libs/accounts-qml/accounts-qml-0.7_p20231028.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'net-libs') 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 -- cgit v1.2.3-65-gdbad