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>
This commit is contained in:
James Le Cuirot
2020-04-05 22:32:07 +01:00
parent 3812bd779e
commit f7caacd688

View File

@@ -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"