commit:     fb07dedeee8c4298b3a74364cf0af872b93e7a81
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 06:47:01 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:46:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb07dede

net-analyzer/net-snmp: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../net-snmp/{net-snmp-5.8-r1.ebuild => net-snmp-5.8-r3.ebuild}     | 6 ++++--
 .../net-snmp/{net-snmp-5.8-r2.ebuild => net-snmp-5.8-r4.ebuild}     | 6 ++++--
 net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild                        | 6 ++++--
 .../{net-snmp-5.8.1_pre1.ebuild => net-snmp-5.8.1_pre1-r1.ebuild}   | 6 ++++--
 net-analyzer/net-snmp/net-snmp-99999999.ebuild                      | 6 ++++--
 5 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8-r3.ebuild
similarity index 97%
rename from net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild
rename to net-analyzer/net-snmp/net-snmp-5.8-r3.ebuild
index 8c4fab7b689..4906c15987c 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8-r3.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
@@ -40,7 +40,9 @@ COMMON_DEPEND="
        zlib? ( >=sys-libs/zlib-1.1.4 )
        elf? ( dev-libs/elfutils )
        python? (
-               dev-python/setuptools[${PYTHON_USEDEP}]
+               $(python_gen_cond_dep '
+                       dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
+               ')
                ${PYTHON_DEPS}
        )
        pci? ( sys-apps/pciutils )

diff --git a/net-analyzer/net-snmp/net-snmp-5.8-r2.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8-r4.ebuild
similarity index 97%
rename from net-analyzer/net-snmp/net-snmp-5.8-r2.ebuild
rename to net-analyzer/net-snmp/net-snmp-5.8-r4.ebuild
index 119ec81687a..2470f847227 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8-r2.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8-r4.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
@@ -40,7 +40,9 @@ COMMON_DEPEND="
        zlib? ( >=sys-libs/zlib-1.1.4 )
        elf? ( dev-libs/elfutils )
        python? (
-               dev-python/setuptools[${PYTHON_USEDEP}]
+               $(python_gen_cond_dep '
+                       dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
+               ')
                ${PYTHON_DEPS}
        )
        pci? ( sys-apps/pciutils )

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 2b3f66b5294..e1fa13504cf 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? (

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
similarity index 97%
rename from net-analyzer/net-snmp/net-snmp-5.8.1_pre1.ebuild
rename to net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild
index 0704a753212..d853e1f035c 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.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=7
@@ -43,7 +43,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? (

diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild 
b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
index 901356c5a93..12ca0cc534b 100644
--- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-99999999.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=7
@@ -41,7 +41,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? (

Reply via email to