diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-10-29 22:26:14 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-10-29 22:33:24 +0200 |
commit | 5faa9079a5668f5557dd7e893ee38a7f42cd917c (patch) | |
tree | 094c3f19df6c1743c0d0062cda6e484a43f5808f /app-editors | |
parent | app-editors/nano: Bump to version 2.7.1 (diff) | |
download | gentoo-5faa9079a5668f5557dd7e893ee38a7f42cd917c.tar.gz gentoo-5faa9079a5668f5557dd7e893ee38a7f42cd917c.tar.bz2 gentoo-5faa9079a5668f5557dd7e893ee38a7f42cd917c.zip |
app-editors/nano: Bumped live ebuild to EAPI-6.
Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-9999.ebuild | 8 |
1 files 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 |