From 5faa9079a5668f5557dd7e893ee38a7f42cd917c Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sat, 29 Oct 2016 22:26:14 +0200 Subject: app-editors/nano: Bumped live ebuild to EAPI-6. Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler --- 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 ca5897445966..c75dad952a4f 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 -- cgit v1.2.3-65-gdbad