From: Michał Górny Date: Fri, 7 Feb 2020 17:25:35 +0000 (+0100) Subject: net-im/pyicq-t: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6e8a5baa63bd92372f30ebfa90e39f52e32b0bde;p=gentoo.git net-im/pyicq-t: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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=(