Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/
Date: Thu, 24 Dec 2020 23:30:08
Message-Id: 1608852592.2f94d3acdc091db41c1c741f854e0c66bd2642b5.marecki@gentoo
1 commit: 2f94d3acdc091db41c1c741f854e0c66bd2642b5
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 23:28:07 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 23:29:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f94d3ac
7
8 net-irc/hexchat-2.14.3-r100: fix USE=-lua configure error
9
10 Quotation marks are important, kids.
11
12 Closes: https://bugs.gentoo.org/761520
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 net-irc/hexchat/hexchat-2.14.3-r100.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
19 index 850dd84f2ac..77c0bc72368 100644
20 --- a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
21 +++ b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
22 @@ -85,7 +85,7 @@ src_configure() {
23 -Ddbus-service-use-appid=false
24 -Dwith-checksum="$(usex plugin-checksum true false)"
25 -Dwith-fishlim="$(usex plugin-fishlim true false)"
26 - -Dwith-lua="$(usex lua ${ELUA} false)"
27 + -Dwith-lua="$(usex lua "${ELUA}" false)"
28 -Dwith-perl="$(usex perl "${EPREFIX}"/usr/bin/perl false)"
29 -Dwith-python="$(usex python "${EPYTHON/.*}" false)"
30 -Dwith-sysinfo="$(usex plugin-sysinfo true false)"