diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-04-05 22:32:07 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-04-05 22:33:16 +0100 |
commit | f7caacd688b72f94c29bbcd8df8ba0d301789e03 (patch) | |
tree | 8eb89e9bdb454ab37b4fb13345b1a2b0e5293748 /games-emulation | |
parent | games-emulation/mupen64plus-video-glide64mk2: libsdl2 has renamed gles USE fl... (diff) | |
download | gentoo-f7caacd688b72f94c29bbcd8df8ba0d301789e03.tar.gz gentoo-f7caacd688b72f94c29bbcd8df8ba0d301789e03.tar.bz2 gentoo-f7caacd688b72f94c29bbcd8df8ba0d301789e03.zip |
games-emulation/mupen64plus-video-rice: libsdl2 has renamed gles USE flag to gles2
Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r2.ebuild (renamed from games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r1.ebuild b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r2.ebuild index d2419a2055a4..14f93d58dc90 100644 --- a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r1.ebuild +++ b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r2.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 @@ -19,7 +19,7 @@ RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2-only=] media-libs/libpng:0= media-libs/libsdl2:0=[video] virtual/opengl:0= - gles2-only? ( media-libs/libsdl2:0[gles] )" + gles2-only? ( media-libs/libsdl2:0[gles2] )" DEPEND="${RDEPEND} virtual/pkgconfig" |