From c94ec542555baba1c7047e0ea64aa04cadc12b11 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 21 Jan 2017 04:50:41 -0500 Subject: app-editors/hteditor: update to EAPI 6 and add ncurses slot dep --- app-editors/hteditor/hteditor-2.1.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-editors/hteditor/hteditor-2.1.0.ebuild b/app-editors/hteditor/hteditor-2.1.0.ebuild index bd55f0dae50b..a7ff98cae4ce 100644 --- a/app-editors/hteditor/hteditor-2.1.0.ebuild +++ b/app-editors/hteditor/hteditor-2.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit toolchain-funcs @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="X" -RDEPEND="sys-libs/ncurses +RDEPEND="sys-libs/ncurses:0= X? ( x11-libs/libX11 ) >=dev-libs/lzo-2" DEPEND="${RDEPEND} @@ -42,8 +42,8 @@ src_install() { #For prefix chmod u+x "${S}/install-sh" - default - - dohtml doc/*.html + local HTML_DOCS="doc/*.html" doinfo doc/*.info + + default } -- cgit v1.2.3-18-g5258