diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-08-22 21:57:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-08-22 21:57:40 +0200 |
commit | afef328539945883ca17e1a2c372bf49b1a69a88 (patch) | |
tree | 0dd780420c476b22e272fb867cecc2a87648c046 /sys-auth/AusweisApp2 | |
parent | dev-python/urllib3: add 1.26.12 (diff) | |
download | gentoo-afef328539945883ca17e1a2c372bf49b1a69a88.tar.gz gentoo-afef328539945883ca17e1a2c372bf49b1a69a88.tar.bz2 gentoo-afef328539945883ca17e1a2c372bf49b1a69a88.zip |
sys-auth/AusweisApp2: force Qt5
Closes: https://bugs.gentoo.org/865985
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-auth/AusweisApp2')
-rw-r--r-- | sys-auth/AusweisApp2/AusweisApp2-1.24.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 } |