commit: bcbc5a3dad0b6c487c5031235bae577121fac2ef Author: Alexander Weber <web.alexander <AT> web <DOT> de> AuthorDate: Thu Dec 7 10:21:18 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Dec 7 10:21:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcbc5a3d
games-emulation/mupen64plus-qt: adjust quazip / qt5 dependency Signed-off-by: Alexander Weber <web.alexander <AT> web.de> games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild | 2 +- 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 baea82b251..06dc4fd58a 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 f4de6352da..8cf3d63e25 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}"