From: Sergei Trofimovich Date: Sat, 9 Nov 2019 21:13:29 +0000 (+0000) Subject: dev-util/xxdiff: use 'dodoc' X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e8c959f73d1e7251b8bb2323ff188e75af52f452;p=gentoo.git dev-util/xxdiff: use 'dodoc' Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-util/xxdiff/xxdiff-4.0.1_p20170622.ebuild b/dev-util/xxdiff/xxdiff-4.0.1_p20170622.ebuild index fc8ccfa8156b..f26795394877 100644 --- a/dev-util/xxdiff/xxdiff-4.0.1_p20170622.ebuild +++ b/dev-util/xxdiff/xxdiff-4.0.1_p20170622.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) @@ -62,6 +62,5 @@ src_install() { dodoc CHANGES README* TODO doc/*.txt src/doc.txt # example tools, use these to build your own ones - insinto /usr/share/doc/${PF} - doins -r tools + dodoc -r tools }