From 2c9e73d87ed557ac1c247c18ba33932be8b6bbcc Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 15 Feb 2016 12:56:28 +0100 Subject: [PATCH] media-video/ffmpeg: let the build system install and decide whether to install docs. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- media-video/ffmpeg/ffmpeg-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 830fa7780e32..045efbebd4ba 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -411,7 +411,11 @@ multilib_src_configure() { fi # doc - myconf+=( $(multilib_native_use_enable doc) ) + myconf+=( + $(multilib_native_use_enable doc) + $(multilib_native_use_enable doc htmlpages) + $(multilib_native_enable manpages) + ) set -- "${S}/configure" \ --prefix="${EPREFIX}/usr" \ @@ -443,7 +447,7 @@ multilib_src_compile() { } multilib_src_install() { - emake V=1 DESTDIR="${D}" install install-man + emake V=1 DESTDIR="${D}" install install-doc if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do -- 2.26.2