commit:     afef328539945883ca17e1a2c372bf49b1a69a88
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 19:57:40 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 19:57:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afef3285

sys-auth/AusweisApp2: force Qt5

Closes: https://bugs.gentoo.org/865985
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild
index fd2f4d5730d0..f1b6cc8c799f 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild
@@ -35,7 +35,10 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 src_configure() {
-       local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
+       local mycmakeargs=(
+               -DBUILD_SHARED_LIBS=OFF
+               -DQt=Qt5
+       )
        cmake_src_configure
 }
 

Reply via email to