diff options
author | 2020-01-03 18:02:07 +0100 | |
---|---|---|
committer | 2020-01-03 21:39:54 +0100 | |
commit | bc6220386b2e80f32ddfceeefd844358f69bf53c (patch) | |
tree | 3b395eab27e4d5728f1f34c32b7b278213f933ff /games-emulation | |
parent | net-misc/minidlna: Remove SRC_URI redirect (diff) | |
download | gentoo-bc6220386b2e80f32ddfceeefd844358f69bf53c.tar.gz gentoo-bc6220386b2e80f32ddfceeefd844358f69bf53c.tar.bz2 gentoo-bc6220386b2e80f32ddfceeefd844358f69bf53c.zip |
games-emulation/mupen64plus-core: Remove outdated blockers
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild index a6144ccc365b..f7e5603250c8 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,20 +26,10 @@ RDEPEND="media-libs/libpng:0= media-libs/freetype:2= virtual/opengl:0= virtual/glu:0= - ) - !<games-emulation/mupen64plus-2.0" + )" DEPEND="${RDEPEND} virtual/pkgconfig" -# block versions using SDL1 -RDEPEND="${RDEPEND} - !<games-emulation/m64py-0.2.3-r1 - !<games-emulation/mupen64plus-audio-sdl-2.5 - !<games-emulation/mupen64plus-input-sdl-2.5 - !<games-emulation/mupen64plus-ui-console-2.5 - !<games-emulation/mupen64plus-video-glide64mk2-2.5 - !<games-emulation/mupen64plus-video-rice-2.5" - REQUIRED_USE="gles2? ( !osd )" S=${WORKDIR}/${MY_P} |