From 6e8a5baa63bd92372f30ebfa90e39f52e32b0bde Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 18:25:35 +0100 Subject: [PATCH] net-im/pyicq-t: 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 --- ....5-r6.ebuild => pyicq-t-0.8.1.5-r7.ebuild} | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) rename net-im/pyicq-t/{pyicq-t-0.8.1.5-r6.ebuild => pyicq-t-0.8.1.5-r7.ebuild} (78%) diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild similarity index 78% rename from net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild rename to net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild index ec0c387fbfa9..12ace01e92dd 100644 --- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild +++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,16 +22,18 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} net-im/jabber-base" RDEPEND="${DEPEND} - || ( - ( - dev-python/twisted-core[${PYTHON_USEDEP}] - dev-python/twisted-words[${PYTHON_USEDEP}] - dev-python/twisted-web[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + || ( + ( + dev-python/twisted-core[${PYTHON_MULTI_USEDEP}] + dev-python/twisted-words[${PYTHON_MULTI_USEDEP}] + dev-python/twisted-web[${PYTHON_MULTI_USEDEP}] + ) + dev-python/twisted[${PYTHON_MULTI_USEDEP}] ) - dev-python/twisted[${PYTHON_USEDEP}] - ) - webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] ) - dev-python/pillow[${PYTHON_USEDEP}]" + webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_MULTI_USEDEP}] ) + dev-python/pillow[${PYTHON_MULTI_USEDEP}] + ')" S="${WORKDIR}/${MY_P}" PATCHES=( -- 2.26.2