summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 18:25:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:34:06 +0100
commit6e8a5baa63bd92372f30ebfa90e39f52e32b0bde (patch)
treef1eb9afe57efd915122ce062ca636ebbad5592ef
parentnet-im/pidgin: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-6e8a5baa63bd92372f30ebfa90e39f52e32b0bde.tar.gz
gentoo-6e8a5baa63bd92372f30ebfa90e39f52e32b0bde.tar.bz2
gentoo-6e8a5baa63bd92372f30ebfa90e39f52e32b0bde.zip
net-im/pyicq-t: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild (renamed from net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild)22
1 files changed, 12 insertions, 10 deletions
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
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=(