From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-908716-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 717DF1395B7
	for <garchives@archives.gentoo.org>; Sat, 29 Oct 2016 20:33:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D902721C07B;
	Sat, 29 Oct 2016 20:33:38 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C449821C07B
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Oct 2016 20:33:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id DCFE53413FD
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Oct 2016 20:33:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 529E124AC
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Oct 2016 20:33:36 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1477773204.5faa9079a5668f5557dd7e893ee38a7f42cd917c.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-editors/nano/nano-9999.ebuild
X-VCS-Directories: app-editors/nano/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: 5faa9079a5668f5557dd7e893ee38a7f42cd917c
X-VCS-Branch: master
Date: Sat, 29 Oct 2016 20:33:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: fd3d1b5c-0b4d-4fdd-a84a-67c0eccce527
X-Archives-Hash: bba820e4558d1d341f05002625d9e89c

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