Skip to content

Commit

Permalink
app-editors/nano: Bumped live ebuild to EAPI-6.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Oct 29, 2016
1 parent afb8a48 commit 5faa907
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app-editors/nano/nano-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -35,7 +36,7 @@ src_prepare() {
if [[ ${PV} == "9999" ]] ; then
eautoreconf
fi
epatch_user
default
}

src_configure() {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5faa907

Please sign in to comment.