Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/
Date: Fri, 07 Aug 2020 17:58:10
Message-Id: 1596823066.3420c6769f0dba8628218bd4c84ce576ccfeb648.sam@gentoo
1 commit: 3420c6769f0dba8628218bd4c84ce576ccfeb648
2 Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
3 AuthorDate: Mon Aug 3 23:21:04 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 17:57:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3420c676
7
8 www-client/elinks: fix lua support
9
10 Signed-off-by: Felix Janda <felix.janda <AT> posteo.de>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 www-client/elinks/elinks-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
17 index af29a9b1f79..0fd8b8d67f7 100644
18 --- a/www-client/elinks/elinks-9999.ebuild
19 +++ b/www-client/elinks/elinks-9999.ebuild
20 @@ -72,7 +72,7 @@ src_configure() {
21 $(use_with guile)
22 $(use_with idn)
23 $(use_with javascript spidermonkey)
24 - $(use_with lua)
25 + --with-luapkg=$(usev lua)
26 $(use_with perl)
27 $(use_with ruby)
28 $(use_with tre)