diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-08 22:05:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-08 22:22:41 +0100 |
commit | f4b694a86bb160c37ee9ae860e0a3606e9d688ca (patch) | |
tree | 41b2a19ef38ae1f2965665f6f49667741962df54 /media-libs/giflib | |
parent | dev-python/python-discid: Bump to 1.2.0, py3.[78] (diff) | |
download | gentoo-f4b694a86bb160c37ee9ae860e0a3606e9d688ca.tar.gz gentoo-f4b694a86bb160c37ee9ae860e0a3606e9d688ca.tar.bz2 gentoo-f4b694a86bb160c37ee9ae860e0a3606e9d688ca.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs/giflib')
-rw-r--r-- | media-libs/giflib/giflib-5.2.1-r1.ebuild | 9 |
1 files 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 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 } |