sys-power/nut: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-07 21:24:19 +01:00
parent 92bafa3778
commit 45c0e50e66

View File

@@ -24,7 +24,10 @@ DEPEND="
virtual/udev
cgi? ( >=media-libs/gd-2[png] )
gui? ( ${PYTHON_DEPS}
dev-python/pygtk[${PYTHON_USEDEP}] )
$(python_gen_cond_dep '
dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
')
)
ipmi? ( sys-libs/freeipmi )
snmp? ( net-analyzer/net-snmp )
ssl? ( >=dev-libs/openssl-1:= )