From a8a2d70b9633221b978db890445089b79b374bd6 Mon Sep 17 00:00:00 2001 From: Viorel Date: Wed, 10 Mar 2021 19:08:50 +0200 Subject: [PATCH] Update cinelerra to EAPI 7 --- media-video/cinelerra/cinelerra-5.1.20201031-r2.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-video/cinelerra/cinelerra-5.1.20201031-r2.ebuild b/media-video/cinelerra/cinelerra-5.1.20201031-r2.ebuild index 25c6036..2625685 100644 --- a/media-video/cinelerra/cinelerra-5.1.20201031-r2.ebuild +++ b/media-video/cinelerra/cinelerra-5.1.20201031-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools eutils multilib flag-o-matic DESCRIPTION="The most advanced non-linear video editor and compositor" @@ -90,7 +90,9 @@ src_configure() { src_install() { emake -j1 DESTDIR="${D}" install - dohtml -a png,html,texi,sdw -r doc/* + + readarray -d '' HTML_DOCS < <(find doc/ \( -name \*.png -o -name \*.html -o -name \*.texi -o -name \*.swd \) -print0) + einstalldocs rm -rf "${D}"/usr/include