diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-01-21 04:50:41 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-01-21 04:54:55 -0500 |
commit | c94ec542555baba1c7047e0ea64aa04cadc12b11 (patch) | |
tree | a2453c6e50e7fc0bb5b254efdba2f201ca2c3683 /app-editors | |
parent | dev-libs/libyaml: remove old (diff) | |
download | gentoo-c94ec542555baba1c7047e0ea64aa04cadc12b11.tar.gz gentoo-c94ec542555baba1c7047e0ea64aa04cadc12b11.tar.bz2 gentoo-c94ec542555baba1c7047e0ea64aa04cadc12b11.zip |
app-editors/hteditor: update to EAPI 6 and add ncurses slot dep
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hteditor/hteditor-2.1.0.ebuild | 10 |
1 files 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 } |