From: Andreas Sturmlechner Date: Sun, 8 Mar 2020 21:05:15 +0000 (+0100) Subject: media-libs/giflib: Fix USE doc X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4b694a86bb160c37ee9ae860e0a3606e9d688ca;p=gentoo.git media-libs/giflib: Fix USE doc Closes: https://bugs.gentoo.org/682118 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/media-libs/giflib/giflib-5.2.1-r1.ebuild b/media-libs/giflib/giflib-5.2.1-r1.ebuild index 00d52ae80e36..cd9aca28ef2b 100644 --- a/media-libs/giflib/giflib-5.2.1-r1.ebuild +++ b/media-libs/giflib/giflib-5.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -64,12 +64,11 @@ multilib_src_install() { } multilib_src_install_all() { - docinto - dodoc ChangeLog NEWS README TODO + local DOCS=( ChangeLog NEWS README TODO ) + einstalldocs if use doc ; then - dodoc doc/*.txt docinto html - dodoc -r doc/whatsinagif + dodoc -r doc/{gifstandard,whatsinagif} fi }