commit: a8f5d5594399a14d45adba3712a0a966952a3f46 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 18 17:06:51 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 18 17:10:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f5d559
media-gfx/sane-frontends: Use einstalldocs Bug: https://bugs.gentoo.org/647524 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild index b635cb4ba34..474d18045d3 100644 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild +++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild @@ -19,6 +19,8 @@ DEPEND="${RDEPEND} gimp? ( media-gfx/gimp:2 ) " +DOCS=( AUTHORS Changelog NEWS PROBLEMS README ) + PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" ) src_configure() { @@ -46,5 +48,5 @@ src_install() { ewarn "No idea where to find the gimp plugin directory" fi fi - dodoc AUTHORS Changelog NEWS PROBLEMS README + einstalldocs }
