diff options
author | Alexander Weber <web.alexander@web.de> | 2023-12-07 11:21:18 +0100 |
---|---|---|
committer | Alexander Weber <web.alexander@web.de> | 2023-12-07 11:21:18 +0100 |
commit | bcbc5a3dad0b6c487c5031235bae577121fac2ef (patch) | |
tree | 2d237bfbf4f5129af91f6d260484fee94a0ba631 /games-emulation | |
parent | media-libs/dr_flac: drop 0.12.41 (diff) | |
download | guru-bcbc5a3dad0b6c487c5031235bae577121fac2ef.tar.gz guru-bcbc5a3dad0b6c487c5031235bae577121fac2ef.tar.bz2 guru-bcbc5a3dad0b6c487c5031235bae577121fac2ef.zip |
games-emulation/mupen64plus-qt: adjust quazip / qt5 dependency
Signed-off-by: Alexander Weber <web.alexander@web.de>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild index baea82b25..06dc4fd58 100644 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild @@ -19,7 +19,7 @@ RDEPEND=" dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 - dev-libs/quazip + || ( <dev-libs/quazip-1.3 >=dev-libs/quazip-1.3[qt5] ) " DEPEND=">=games-emulation/mupen64plus-core-2.5 ${RDEPEND}" diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild index f4de6352d..8cf3d63e2 100644 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild @@ -19,7 +19,7 @@ RDEPEND=" dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 - dev-libs/quazip + || ( <dev-libs/quazip-1.3 >=dev-libs/quazip-1.3[qt5] ) " DEPEND=">=games-emulation/mupen64plus-core-2.5 ${RDEPEND}" |