summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-08-20 12:34:42 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-08-20 12:36:33 +0300
commit507a17700aef8d1741479d5650cfde3d0f48482b (patch)
treed4faaba2b94a3f5e78e17d40af1bfc447fe0c725 /media-video
parentnet-analyzer/sancp: Fix building with clang (diff)
downloadgentoo-507a17700aef8d1741479d5650cfde3d0f48482b.tar.gz
gentoo-507a17700aef8d1741479d5650cfde3d0f48482b.tar.bz2
gentoo-507a17700aef8d1741479d5650cfde3d0f48482b.zip
media-video/mpv: Do not build pdf when doc enabled
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/mpv-0.32.0-r1.ebuild3
-rw-r--r--media-video/mpv/mpv-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/media-video/mpv/mpv-0.32.0-r1.ebuild b/media-video/mpv/mpv-0.32.0-r1.ebuild
index eb6ccc9c6530..e5fb6596364a 100644
--- a/media-video/mpv/mpv-0.32.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.32.0-r1.ebuild
@@ -127,7 +127,6 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
dev-python/docutils
cuda? ( >=media-libs/nv-codec-headers-8.2.15.7 )
- doc? ( dev-python/rst2pdf )
dvb? ( virtual/linuxtv-dvb-headers )
test? ( >=dev-util/cmocka-1.0.0 )
"
@@ -165,7 +164,7 @@ src_configure() {
$(usex debug '' '--disable-debug-build')
$(use_enable doc html-build)
- $(use_enable doc pdf-build)
+ --disable-pdf-build
--enable-manpage-build
$(use_enable cplugins)
$(use_enable test)
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index c714f2d8b0c2..56f7b9d4cfc6 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -124,7 +124,6 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
dev-python/docutils
cuda? ( >=media-libs/nv-codec-headers-8.2.15.7 )
- doc? ( dev-python/rst2pdf )
dvb? ( virtual/linuxtv-dvb-headers )
test? ( >=dev-util/cmocka-1.0.0 )
"
@@ -162,7 +161,7 @@ src_configure() {
$(usex debug '' '--disable-debug-build')
$(use_enable doc html-build)
- $(use_enable doc pdf-build)
+ --disable-pdf-build
--enable-manpage-build
$(use_enable cplugins)
$(use_enable test)