commit: c94ec542555baba1c7047e0ea64aa04cadc12b11
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 09:50:41 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 09:54:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94ec542
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 bd55f0d..a7ff98c 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
}