commit:     5faa9079a5668f5557dd7e893ee38a7f42cd917c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 20:26:14 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 20:33:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5faa9079

app-editors/nano: Bumped live ebuild to EAPI-6.

Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-editors/nano/nano-9999.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-editors/nano/nano-9999.ebuild 
b/app-editors/nano/nano-9999.ebuild
index ca58974..c75dad9 100644
--- a/app-editors/nano/nano-9999.ebuild
+++ b/app-editors/nano/nano-9999.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Id$
 
-EAPI="5"
+EAPI=6
 
 inherit eutils flag-o-matic
 if [[ ${PV} == "9999" ]] ; then
@@ -35,7 +36,7 @@ src_prepare() {
        if [[ ${PV} == "9999" ]] ; then
                eautoreconf
        fi
-       epatch_user
+       default
 }
 
 src_configure() {
@@ -67,7 +68,8 @@ src_install() {
        rm -rf "${D}"/trash
 
        dodoc doc/nanorc.sample
-       dohtml doc/faq.html
+       docinto html
+       dodoc doc/faq.html
        insinto /etc
        newins doc/nanorc.sample nanorc
        if ! use minimal ; then

Reply via email to