diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-08 07:47:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:46:36 +0100 |
commit | fb07dedeee8c4298b3a74364cf0af872b93e7a81 (patch) | |
tree | c429742db1ef3cbf567db5e714ccad28e800ab94 /net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild | |
parent | net-analyzer/fail2ban: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-fb07dedeee8c4298b3a74364cf0af872b93e7a81.tar.gz gentoo-fb07dedeee8c4298b3a74364cf0af872b93e7a81.tar.bz2 gentoo-fb07dedeee8c4298b3a74364cf0af872b93e7a81.zip |
net-analyzer/net-snmp: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild')
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild b/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild index 2b3f66b5294d..e1fa13504cfd 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -39,7 +39,9 @@ COMMON_DEPEND=" pci? ( sys-apps/pciutils ) perl? ( dev-lang/perl:= ) python? ( - dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_MULTI_USEDEP}] + ') ${PYTHON_DEPS} ) rpm? ( |