Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/nut/
Date: Sun, 09 Feb 2020 16:42:33
Message-Id: 1581266229.45c0e50e660772e8c8aa3350da94e35477c93e0a.mgorny@gentoo
1 commit: 45c0e50e660772e8c8aa3350da94e35477c93e0a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 20:24:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:37:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c0e50e
7
8 sys-power/nut: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-power/nut/{nut-2.7.4-r3.ebuild => nut-2.7.4-r4.ebuild} | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-power/nut/nut-2.7.4-r3.ebuild b/sys-power/nut/nut-2.7.4-r4.ebuild
16 similarity index 99%
17 rename from sys-power/nut/nut-2.7.4-r3.ebuild
18 rename to sys-power/nut/nut-2.7.4-r4.ebuild
19 index 0e0b748bd5e..38d45641885 100644
20 --- a/sys-power/nut/nut-2.7.4-r3.ebuild
21 +++ b/sys-power/nut/nut-2.7.4-r4.ebuild
22 @@ -24,7 +24,10 @@ DEPEND="
23 virtual/udev
24 cgi? ( >=media-libs/gd-2[png] )
25 gui? ( ${PYTHON_DEPS}
26 - dev-python/pygtk[${PYTHON_USEDEP}] )
27 + $(python_gen_cond_dep '
28 + dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
29 + ')
30 + )
31 ipmi? ( sys-libs/freeipmi )
32 snmp? ( net-analyzer/net-snmp )
33 ssl? ( >=dev-libs/openssl-1:= )