summaryrefslogtreecommitdiff
path: root/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild')
-rw-r--r--games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
index 8de0ecaf7478..e83d7dac0129 100644
--- a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="headless libav +qt5 sdl +system-ffmpeg"
+IUSE="headless +qt5 sdl +system-ffmpeg"
REQUIRED_USE="!qt5? ( sdl )"
RDEPEND="
@@ -39,10 +39,7 @@ RDEPEND="
!sdl? ( dev-qt/qtmultimedia:5 )
)
sdl? ( media-libs/libsdl2 )
- system-ffmpeg? (
- !libav? ( media-video/ffmpeg:= )
- libav? ( media-video/libav:= )
- )
+ system-ffmpeg? ( media-video/ffmpeg:= )
"
DEPEND="${RDEPEND}"