net-analyzer/nmap: 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 18:01:20 +01:00
parent 36b7b3561e
commit 304623dfcd
3 changed files with 11 additions and 5 deletions

View File

@@ -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
@@ -47,7 +47,9 @@ RDEPEND="
)
system-lua? ( >=dev-lang/lua-5.2:*[deprecated] )
zenmap? (
dev-python/pygtk:2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
')
${PYTHON_DEPS}
)
"

View File

@@ -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
@@ -50,7 +50,9 @@ RDEPEND="
)
system-lua? ( >=dev-lang/lua-5.2:*[deprecated] )
zenmap? (
dev-python/pygtk:2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
')
${PYTHON_DEPS}
)
"

View File

@@ -48,7 +48,9 @@ RDEPEND="
)
system-lua? ( >=dev-lang/lua-5.2:*[deprecated] )
zenmap? (
dev-python/pygtk:2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
')
${PYTHON_DEPS}
)
"