commit:     3592014ff86df24f1d4a14d8ae1e9757810dab7a
Author:     Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Thu Feb 15 18:42:44 2018 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Thu Feb 15 18:42:44 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lua.git/commit/?id=3592014f

raven: fix

 dev-lua/raven/raven-9999.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-lua/raven/raven-9999.ebuild b/dev-lua/raven/raven-9999.ebuild
index f643fc8..28e89a4 100644
--- a/dev-lua/raven/raven-9999.ebuild
+++ b/dev-lua/raven/raven-9999.ebuild
@@ -24,17 +24,24 @@ RDEPEND="
                dev-lua/luaposix
        )
 "
+#      doc? ( dev-lua/ldoc )
 DEPEND="
        ${RDEPEND}
 "
 
 DOCS=(README.md)
-HTML_DOCS=(docs/.)
+#HTML_DOCS=(docs/.)
 EXAMPLES=(tests/.)
 
+#all_lua_compile() {
+#      use doc && ldoc .
+#}
+#
+#each_lua_compile() { :; }
 # Makefile is only used to run tests
+# and ldoc is currently broken
 src_compile() { :; }
 
 each_lua_install() {
-       dolua raven.lua
+       dolua raven
 }

Reply via email to