diff options
-rw-r--r-- | media-video/mpv/mpv-0.25.0-r1.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-0.25.0-r1.ebuild b/media-video/mpv/mpv-0.25.0-r1.ebuild index 0bab14bcdf56..6030435b78e9 100644 --- a/media-video/mpv/mpv-0.25.0-r1.ebuild +++ b/media-video/mpv/mpv-0.25.0-r1.ebuild @@ -45,7 +45,7 @@ REQUIRED_USE=" gbm? ( drm egl opengl ) lcms? ( opengl ) luajit? ( lua ) - opengl? ( || ( aqua egl X raspberry-pi !cli? ( libmpv ) ) ) + opengl? ( || ( aqua egl X raspberry-pi !cli ) ) raspberry-pi? ( opengl ) test? ( opengl ) tools? ( cli ) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 51104143d760..495c3b58b025 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -41,7 +41,7 @@ REQUIRED_USE=" gbm? ( drm egl opengl ) lcms? ( opengl ) luajit? ( lua ) - opengl? ( || ( aqua egl X raspberry-pi !cli? ( libmpv ) ) ) + opengl? ( || ( aqua egl X raspberry-pi !cli ) ) raspberry-pi? ( opengl ) test? ( opengl ) tools? ( cli ) |