summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-12-24 23:28:07 +0000
committerMarek Szuba <marecki@gentoo.org>2020-12-24 23:29:52 +0000
commit2f94d3acdc091db41c1c741f854e0c66bd2642b5 (patch)
tree4921f62e582fee5c4edaac7a05ac2d42edcfae2c /net-irc
parentapp-text/highlight-2.14.3-r100: remove hardcoded -llua from the Qt project (diff)
downloadgentoo-2f94d3acdc091db41c1c741f854e0c66bd2642b5.tar.gz
gentoo-2f94d3acdc091db41c1c741f854e0c66bd2642b5.tar.bz2
gentoo-2f94d3acdc091db41c1c741f854e0c66bd2642b5.zip
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@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/hexchat/hexchat-2.14.3-r100.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
index 850dd84f2ac3..77c0bc72368c 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)"