From de37bcf44e5eaa59a4a2745977fc9d11c0a556cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 18:27:00 +0100 Subject: [PATCH] net-libs/nfqueue-bindings: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild | 6 ++++-- ...e-bindings-0.6.ebuild => nfqueue-bindings-0.6-r1.ebuild} | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) rename net-libs/nfqueue-bindings/{nfqueue-bindings-0.6.ebuild => nfqueue-bindings-0.6-r1.ebuild} (94%) 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} -- 2.26.2