commit: f4b694a86bb160c37ee9ae860e0a3606e9d688ca Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 21:05:15 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 21:22:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b694a8
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 <asturm <AT> gentoo.org> media-libs/giflib/giflib-5.2.1-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-libs/giflib/giflib-5.2.1-r1.ebuild b/media-libs/giflib/giflib-5.2.1-r1.ebuild index 00d52ae80e3..cd9aca28ef2 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 }
