diff options
Diffstat (limited to 'games-emulation/mgba/mgba-0.8.1.ebuild')
-rw-r--r-- | games-emulation/mgba/mgba-0.8.1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games-emulation/mgba/mgba-0.8.1.ebuild b/games-emulation/mgba/mgba-0.8.1.ebuild index 1200fa57ed49..be2689f439b2 100644 --- a/games-emulation/mgba/mgba-0.8.1.ebuild +++ b/games-emulation/mgba/mgba-0.8.1.ebuild @@ -19,7 +19,7 @@ else fi LICENSE="MPL-2.0" SLOT="0" -IUSE="debug discord elf ffmpeg libav opengl qt5 +sdl sqlite" +IUSE="debug discord elf ffmpeg opengl qt5 +sdl sqlite" REQUIRED_USE="|| ( qt5 sdl ) qt5? ( opengl )" @@ -27,10 +27,7 @@ RDEPEND=" media-libs/libpng:0= sys-libs/zlib[minizip] elf? ( dev-libs/elfutils ) - ffmpeg? ( - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:= ) - ) + ffmpeg? ( media-video/ffmpeg:= ) opengl? ( virtual/opengl ) qt5? ( dev-qt/qtcore:5 |