summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-01-05 23:54:17 +0300
committerDavid Seifert <soap@gentoo.org>2017-01-07 16:48:29 +0200
commite642d3a7542b6ff6242efd6bdebcaf70ab48689b (patch)
tree4d5cb90c6ee7a0a71b3f20d956d414d397cefc9e /media-video
parentmedia-video/mpv: disable all opengl bits with USE=-opengl in 9999 (diff)
downloadgentoo-e642d3a7542b6ff6242efd6bdebcaf70ab48689b.tar.gz
gentoo-e642d3a7542b6ff6242efd6bdebcaf70ab48689b.tar.bz2
gentoo-e642d3a7542b6ff6242efd6bdebcaf70ab48689b.zip
media-video/mpv: move linuxtv-dvb-headers to DEPEND in 9999
These headers aren't required at runtime. 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-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 0a014a212efe..a2b8798d4259 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -63,7 +63,6 @@ COMMON_DEPEND="
bluray? ( >=media-libs/libbluray-0.3.0 )
cdda? ( dev-libs/libcdio-paranoia )
drm? ( x11-libs/libdrm )
- dvb? ( virtual/linuxtv-dvb-headers )
dvd? (
>=media-libs/libdvdnav-4.2.0
>=media-libs/libdvdread-4.1.0
@@ -117,6 +116,7 @@ DEPEND="${COMMON_DEPEND}
dev-python/docutils
virtual/pkgconfig
doc? ( dev-python/rst2pdf )
+ dvb? ( virtual/linuxtv-dvb-headers )
test? ( >=dev-util/cmocka-1.0.0 )
v4l? ( virtual/os-headers )
zsh-completion? ( dev-lang/perl )