From: Lars Wendler Date: Fri, 16 Mar 2018 08:23:38 +0000 (+0100) Subject: net-irc/hexchat: Attempt to fix build with python. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74ac00be592b3909dad070ddc0f11fd7891341db;p=gentoo.git net-irc/hexchat: Attempt to fix build with python. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 2fed964709e1..13d777d04033 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -56,7 +56,6 @@ DEPEND=" ${COMMON_DEPEND} app-arch/xz-utils app-text/iso-codes - dev-util/intltool sys-devel/gettext virtual/pkgconfig " @@ -85,7 +84,7 @@ src_configure() { -Dwith-fishlim="$(usex plugin-fishlim true false)" -Dwith-lua="$(usex lua lua false)" -Dwith-perl="$(usex perl true false)" - -Dwith-python="$(usex python "${EPYTHON}" false)" + -Dwith-python="$(usex python "${EPYTHON/.*}" false)" -Dwith-sysinfo="$(usex plugin-sysinfo true false)" ) meson_src_configure