Skip to content

Commit

Permalink
games-arcade/emilia-pinball: Fix libsdl2[gles1]
Browse files Browse the repository at this point in the history
  • Loading branch information
lanodan committed Jul 3, 2021
1 parent fc1f26b commit 1aa78e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games-arcade/emilia-pinball/emilia-pinball-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IUSE="gles1-only"
# Note: media-libs/libsdl2::gentoo doesn't have USE=gles1 yet
RDEPEND="
media-libs/libsdl2[joystick,opengl,video]
gles1-only? ( media-libs/libsdl2[gles1] )
gles1-only? ( media-libs/libsdl2[gles1(-)] )
virtual/opengl
"
DEPEND="
Expand Down

0 comments on commit 1aa78e6

Please sign in to comment.