diff options
author | 2019-11-09 21:13:29 +0000 | |
---|---|---|
committer | 2019-11-09 21:13:29 +0000 | |
commit | e8c959f73d1e7251b8bb2323ff188e75af52f452 (patch) | |
tree | 2ddef836caf9f08267c142c8d2ba299dd6c5021d /dev-util/xxdiff | |
parent | dev-util/objconv: bump up to 2.51 (diff) | |
download | gentoo-e8c959f73d1e7251b8bb2323ff188e75af52f452.tar.gz gentoo-e8c959f73d1e7251b8bb2323ff188e75af52f452.tar.bz2 gentoo-e8c959f73d1e7251b8bb2323ff188e75af52f452.zip |
dev-util/xxdiff: use 'dodoc'
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/xxdiff')
-rw-r--r-- | dev-util/xxdiff/xxdiff-4.0.1_p20170622.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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 } |