commit:     2f94d3acdc091db41c1c741f854e0c66bd2642b5
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 23:28:07 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 23:29:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f94d3ac

net-irc/hexchat-2.14.3-r100: fix USE=-lua configure error

Quotation marks are important, kids.

Closes: https://bugs.gentoo.org/761520
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-irc/hexchat/hexchat-2.14.3-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild 
b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
index 850dd84f2ac..77c0bc72368 100644
--- a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
+++ b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
@@ -85,7 +85,7 @@ src_configure() {
                -Ddbus-service-use-appid=false
                -Dwith-checksum="$(usex plugin-checksum true false)"
                -Dwith-fishlim="$(usex plugin-fishlim true false)"
-               -Dwith-lua="$(usex lua ${ELUA} false)"
+               -Dwith-lua="$(usex lua "${ELUA}" false)"
                -Dwith-perl="$(usex perl "${EPREFIX}"/usr/bin/perl false)"
                -Dwith-python="$(usex python "${EPYTHON/.*}" false)"
                -Dwith-sysinfo="$(usex plugin-sysinfo true false)"

Reply via email to