diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-16 09:23:38 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-16 09:27:59 +0100 |
commit | 74ac00be592b3909dad070ddc0f11fd7891341db (patch) | |
tree | 57eaf00106da70a0138c8ff1b74379f0c2d02f86 /net-irc/hexchat/hexchat-9999.ebuild | |
parent | profiles/package.mask: mask upcoming Exim release candidates (diff) | |
download | gentoo-74ac00be592b3909dad070ddc0f11fd7891341db.tar.gz gentoo-74ac00be592b3909dad070ddc0f11fd7891341db.tar.bz2 gentoo-74ac00be592b3909dad070ddc0f11fd7891341db.zip |
net-irc/hexchat: Attempt to fix build with python.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-irc/hexchat/hexchat-9999.ebuild')
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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 |