summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-22 18:54:18 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2015-12-28 15:47:04 +0300
commit123281b8222aad95adf414455cf49172908848cb (patch)
tree0ed46b7261e34cc8100840d5c2ca1d49f859c65f /media-video/mpv
parentmedia-video/mpv: remove useless deps on x11-proto/* (diff)
downloadgentoo-123281b8222aad95adf414455cf49172908848cb.tar.gz
gentoo-123281b8222aad95adf414455cf49172908848cb.tar.bz2
gentoo-123281b8222aad95adf414455cf49172908848cb.zip
media-video/mpv: rename doc-pdf USE to doc
We have the standard way to enable documentation build in Gentoo and this way is global doc USE. Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 8535c6e87bec..c6a5f1f340ee 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -28,7 +28,7 @@ DOCS+=( README.md etc/example.conf etc/input.conf )
# See Copyright in source tarball and bug #506946. Waf is BSD, libmpv is ISC.
LICENSE="GPL-2+ BSD ISC"
SLOT="0"
-IUSE="+alsa bluray cdda +cli doc-pdf drm dvb +dvd egl +enca encode +iconv
+IUSE="+alsa bluray cdda +cli doc drm dvb +dvd egl +enca encode +iconv
jack jpeg lcms +libass libav libcaca libguess libmpv lua luajit openal
+opengl oss pulseaudio pvr raspberry-pi rubberband samba sdl selinux v4l vaapi
vdpau vf-dlopen wayland +X xinerama +xscreensaver xv"
@@ -109,7 +109,7 @@ DEPEND="${RDEPEND}
>=dev-lang/perl-5.8
dev-python/docutils
virtual/pkgconfig
- doc-pdf? ( dev-python/rst2pdf )
+ doc? ( dev-python/rst2pdf )
"
RDEPEND+="
selinux? ( sec-policy/selinux-mplayer )
@@ -164,7 +164,7 @@ src_configure() {
--disable-debug-build # do not add '-g' to CFLAGS
--disable-test # avoid dev-util/cmocka automagic
- $(use_enable doc-pdf pdf-build)
+ $(use_enable doc pdf-build)
$(use_enable vf-dlopen vf-dlopen-filters)
$(use_enable cli zsh-comp)