commit: 3420c6769f0dba8628218bd4c84ce576ccfeb648
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Mon Aug 3 23:21:04 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 17:57:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3420c676
www-client/elinks: fix lua support
Signed-off-by: Felix Janda <felix.janda <AT> posteo.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-client/elinks/elinks-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/elinks/elinks-9999.ebuild
b/www-client/elinks/elinks-9999.ebuild
index af29a9b1f79..0fd8b8d67f7 100644
--- a/www-client/elinks/elinks-9999.ebuild
+++ b/www-client/elinks/elinks-9999.ebuild
@@ -72,7 +72,7 @@ src_configure() {
$(use_with guile)
$(use_with idn)
$(use_with javascript spidermonkey)
- $(use_with lua)
+ --with-luapkg=$(usev lua)
$(use_with perl)
$(use_with ruby)
$(use_with tre)