Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 699270
Collapse All | Expand All

(-)a/media-video/mpv/mpv-0.31.0.ebuild (-4 / +3 lines)
Lines 124-131 DEPEND="${COMMON_DEPEND} Link Here
124
	${PYTHON_DEPS}
124
	${PYTHON_DEPS}
125
	virtual/pkgconfig
125
	virtual/pkgconfig
126
	cuda? ( >=media-libs/nv-codec-headers-8.2.15.7 )
126
	cuda? ( >=media-libs/nv-codec-headers-8.2.15.7 )
127
	doc? (  dev-python/docutils
127
	dev-python/docutils
128
			dev-python/rst2pdf )
128
	doc? ( dev-python/rst2pdf )
129
	dvb? ( virtual/linuxtv-dvb-headers )
129
	dvb? ( virtual/linuxtv-dvb-headers )
130
	test? ( >=dev-util/cmocka-1.0.0 )
130
	test? ( >=dev-util/cmocka-1.0.0 )
131
"
131
"
Lines 166-172 src_configure() { Link Here
166
166
167
		$(use_enable doc html-build)
167
		$(use_enable doc html-build)
168
		$(use_enable doc pdf-build)
168
		$(use_enable doc pdf-build)
169
		$(use_enable doc manpage-build)
169
		--enable-manpage-build
170
		$(use_enable cplugins)
170
		$(use_enable cplugins)
171
		$(use_enable test)
171
		$(use_enable test)
172
172
173
- 

Return to bug 699270