diff options
-rw-r--r-- | dev-perl/mecab-perl/mecab-perl-0.996.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild index 58c968211d73..adbae9099c7d 100644 --- a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild +++ b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI="6" inherit perl-module @@ -17,8 +17,10 @@ IUSE="" DEPEND="~app-text/mecab-${PV}" RDEPEND="${DEPEND}" +DOCS=( AUTHORS README test.pl ) +HTML_DOCS=( bindings.html ) + src_install() { perl-module_src_install - dohtml bindings.html - dodoc test.pl + einstalldocs } |