Skip to content

Commit

Permalink
net-irc/hexchat-2.14.3-r100: fix USE=-lua configure error
Browse files Browse the repository at this point in the history
Quotation marks are important, kids.

Closes: https://bugs.gentoo.org/761520
Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Dec 24, 2020
1 parent d352d70 commit 2f94d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-irc/hexchat/hexchat-2.14.3-r100.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 2f94d3a

Please sign in to comment.