diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-01-05 23:21:40 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-07 16:48:15 +0200 |
commit | 53fde2434035821c2ebdf032e4761b1e36de4021 (patch) | |
tree | 5d85d7ddf187c2032e5dd9bc0f670ec8938a71e8 /media-video | |
parent | media-video/mpv: sort IUSE alphabetically (diff) | |
download | gentoo-53fde2434035821c2ebdf032e4761b1e36de4021.tar.gz gentoo-53fde2434035821c2ebdf032e4761b1e36de4021.tar.bz2 gentoo-53fde2434035821c2ebdf032e4761b1e36de4021.zip |
media-video/mpv: require opengl or egl for tests
Testsuite won't build otherwise.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3351
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.18.0-r1.ebuild | 1 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.22.0-r1.ebuild | 1 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.23.0.ebuild | 1 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-0.18.0-r1.ebuild b/media-video/mpv/mpv-0.18.0-r1.ebuild index 162c9be223c1..9c2e12185756 100644 --- a/media-video/mpv/mpv-0.18.0-r1.ebuild +++ b/media-video/mpv/mpv-0.18.0-r1.ebuild @@ -43,6 +43,7 @@ REQUIRED_USE=" lcms? ( || ( opengl egl ) ) libguess? ( iconv ) luajit? ( lua ) + test? ( || ( opengl egl ) ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) vaapi? ( || ( gbm X wayland ) ) diff --git a/media-video/mpv/mpv-0.22.0-r1.ebuild b/media-video/mpv/mpv-0.22.0-r1.ebuild index 94371085119a..f336a0567860 100644 --- a/media-video/mpv/mpv-0.22.0-r1.ebuild +++ b/media-video/mpv/mpv-0.22.0-r1.ebuild @@ -43,6 +43,7 @@ REQUIRED_USE=" lcms? ( || ( opengl egl ) ) libguess? ( iconv ) luajit? ( lua ) + test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) diff --git a/media-video/mpv/mpv-0.23.0.ebuild b/media-video/mpv/mpv-0.23.0.ebuild index 8179cd151632..0ae05814c638 100644 --- a/media-video/mpv/mpv-0.23.0.ebuild +++ b/media-video/mpv/mpv-0.23.0.ebuild @@ -41,6 +41,7 @@ REQUIRED_USE=" gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) luajit? ( lua ) + test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 8179cd151632..0ae05814c638 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -41,6 +41,7 @@ REQUIRED_USE=" gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) luajit? ( lua ) + test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) |