Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/
Date: Mon, 22 Aug 2022 20:05:06
Message-Id: 1661198260.afef328539945883ca17e1a2c372bf49b1a69a88.conikost@gentoo
1 commit: afef328539945883ca17e1a2c372bf49b1a69a88
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 22 19:57:40 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 22 19:57:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afef3285
7
8 sys-auth/AusweisApp2: force Qt5
9
10 Closes: https://bugs.gentoo.org/865985
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild b/sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild
17 index fd2f4d5730d0..f1b6cc8c799f 100644
18 --- a/sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild
19 +++ b/sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild
20 @@ -35,7 +35,10 @@ RDEPEND="
21 DEPEND="${RDEPEND}"
22
23 src_configure() {
24 - local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
25 + local mycmakeargs=(
26 + -DBUILD_SHARED_LIBS=OFF
27 + -DQt=Qt5
28 + )
29 cmake_src_configure
30 }