commit: f383ed4c64b9c72314777648032b5edfca93aee3
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 3 10:07:04 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Sep 3 12:11:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f383ed4c
net-irc/hexchat: Synced live ebuild.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
net-irc/hexchat/hexchat-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-irc/hexchat/hexchat-9999.ebuild
b/net-irc/hexchat/hexchat-9999.ebuild
index b35c166c0a0..ee382d60463 100644
--- a/net-irc/hexchat/hexchat-9999.ebuild
+++ b/net-irc/hexchat/hexchat-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
inherit gnome2-utils meson mono-env python-single-r1 xdg-utils
@@ -83,9 +83,10 @@ src_configure() {
-Dwith-checksum="$(usex plugin-checksum true false)"
-Dwith-fishlim="$(usex plugin-fishlim true false)"
-Dwith-lua="$(usex lua lua false)"
- -Dwith-perl="$(usex perl true false)"
+ -Dwith-perl="$(usex perl "${EPREFIX}"/usr/bin/perl false)"
-Dwith-python="$(usex python "${EPYTHON/.*}" false)"
-Dwith-sysinfo="$(usex plugin-sysinfo true false)"
+ -Dwith-appdata=false
)
meson_src_configure
}