From: James Le Cuirot Date: Sun, 5 Apr 2020 21:32:07 +0000 (+0100) Subject: games-emulation/mupen64plus-video-rice: libsdl2 has renamed gles USE flag to gles2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f7caacd688b72f94c29bbcd8df8ba0d301789e03;p=gentoo.git 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 --- 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 similarity index 95% rename from games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.9-r1.ebuild rename to 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"