Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/
Date: Mon, 03 Sep 2018 12:11:26
Message-Id: 1535976664.f383ed4c64b9c72314777648032b5edfca93aee3.polynomial-c@gentoo
1 commit: f383ed4c64b9c72314777648032b5edfca93aee3
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 10:07:04 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 12:11:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f383ed4c
7
8 net-irc/hexchat: Synced live ebuild.
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 net-irc/hexchat/hexchat-9999.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild
16 index b35c166c0a0..ee382d60463 100644
17 --- a/net-irc/hexchat/hexchat-9999.ebuild
18 +++ b/net-irc/hexchat/hexchat-9999.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python3_{4,5,6} )
24 +PYTHON_COMPAT=( python3_{4,5,6,7} )
25
26 inherit gnome2-utils meson mono-env python-single-r1 xdg-utils
27
28 @@ -83,9 +83,10 @@ src_configure() {
29 -Dwith-checksum="$(usex plugin-checksum true false)"
30 -Dwith-fishlim="$(usex plugin-fishlim true false)"
31 -Dwith-lua="$(usex lua lua false)"
32 - -Dwith-perl="$(usex perl true false)"
33 + -Dwith-perl="$(usex perl "${EPREFIX}"/usr/bin/perl false)"
34 -Dwith-python="$(usex python "${EPYTHON/.*}" false)"
35 -Dwith-sysinfo="$(usex plugin-sysinfo true false)"
36 + -Dwith-appdata=false
37 )
38 meson_src_configure
39 }