From 47a5baf8a76a86056010eb21020922ad350b1665 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 21 Aug 2016 13:25:38 -0400 Subject: [PATCH] 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 b79553ce41d0..00a59c29530e 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 -- 2.26.2