commit:     47a5baf8a76a86056010eb21020922ad350b1665
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 17:25:38 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 17:26:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a5baf8

dev-util/coccigrep: update to EAPI 6

 dev-util/coccigrep/coccigrep-1.13.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-util/coccigrep/coccigrep-1.13.ebuild 
b/dev-util/coccigrep/coccigrep-1.13.ebuild
index b79553c..00a59c2 100644
--- a/dev-util/coccigrep/coccigrep-1.13.ebuild
+++ b/dev-util/coccigrep/coccigrep-1.13.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 elisp-common
@@ -33,12 +33,11 @@ python_compile_all() {
 }
 
 python_install_all() {
+       use doc && local HTML_DOCS="doc/_build/html/."
        distutils-r1_python_install_all
 
        doman ${PN}.1
 
-       use doc && dohtml -r doc/_build/html/*
-
        if use emacs ; then
                elisp-install ${PN} editors/*.{el,elc} || die
                elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die

Reply via email to