From: Michał Górny Date: Fri, 7 Feb 2020 17:27:00 +0000 (+0100) Subject: net-libs/nfqueue-bindings: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=de37bcf44e5eaa59a4a2745977fc9d11c0a556cf;p=gentoo.git net-libs/nfqueue-bindings: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild b/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild index 208daba1fd23..97d6ee2d4ac5 100644 --- a/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild +++ b/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.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=5 @@ -19,7 +19,9 @@ REQUIRED_USE="|| ( perl python ) python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" python? ( - dev-python/dpkt[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/dpkt[${PYTHON_MULTI_USEDEP}] + ') ${PYTHON_DEPS} )" DEPEND="${RDEPEND} diff --git a/net-libs/nfqueue-bindings/nfqueue-bindings-0.6.ebuild b/net-libs/nfqueue-bindings/nfqueue-bindings-0.6-r1.ebuild similarity index 94% rename from net-libs/nfqueue-bindings/nfqueue-bindings-0.6.ebuild rename to net-libs/nfqueue-bindings/nfqueue-bindings-0.6-r1.ebuild index fb8f566b9270..56b6ed038b47 100644 --- a/net-libs/nfqueue-bindings/nfqueue-bindings-0.6.ebuild +++ b/net-libs/nfqueue-bindings/nfqueue-bindings-0.6-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=5 @@ -19,7 +19,9 @@ REQUIRED_USE="|| ( perl python ) python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" python? ( - dev-python/dpkt[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/dpkt[${PYTHON_MULTI_USEDEP}] + ') ${PYTHON_DEPS} )" DEPEND="${RDEPEND}