diff options
author | 2024-03-02 09:42:40 -0500 | |
---|---|---|
committer | 2024-03-02 09:46:20 -0500 | |
commit | 3fb4f8ac47f4e033a9ea5411b672c190ca46ac0a (patch) | |
tree | 7c8f296ffb338da73915efb73883854a9029c11a /games-emulation/pcsx2/pcsx2-9999.ebuild | |
parent | media-gfx/libredwg: only remove la files if they exist (diff) | |
download | gentoo-3fb4f8ac47f4e033a9ea5411b672c190ca46ac0a.tar.gz gentoo-3fb4f8ac47f4e033a9ea5411b672c190ca46ac0a.tar.bz2 gentoo-3fb4f8ac47f4e033a9ea5411b672c190ca46ac0a.zip |
games-emulation/pcsx2: depend on qtbase[concurrent]
cmake does not check for it but it makes some header-only usage.
Could be DEPEND-only but given the logic in the header prefer
to make that rdepend to be safe (that is hardly worth disabling
anyway). Not worth a revbump.
Closes: https://bugs.gentoo.org/926037
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2/pcsx2-9999.ebuild')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 8a507c1db80d..04d9d27fa7e1 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -33,7 +33,7 @@ COMMON_DEPEND=" app-arch/xz-utils app-arch/zstd:= dev-libs/libaio - dev-qt/qtbase:6[gui,widgets] + dev-qt/qtbase:6[concurrent,gui,widgets] dev-qt/qtsvg:6 media-libs/libglvnd[X] media-libs/libpng:= |