Skip to content

Commit

Permalink
app-editors/hteditor: update to EAPI 6 and add ncurses slot dep
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jan 21, 2017
1 parent 481665c commit c94ec54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app-editors/hteditor/hteditor-2.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

inherit toolchain-funcs

Expand All @@ -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}
Expand All @@ -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
}

0 comments on commit c94ec54

Please sign in to comment.