diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:29:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:35:55 +0100 |
commit | 90b85d9692f96c66d0fecbbc55bb49852f2bc7b5 (patch) | |
tree | e8fd948cb223d6bf311ea5bf3be925a351a679da /net-im | |
parent | media-video/syncplay: Flatten twisted dep (diff) | |
download | gentoo-90b85d9692f96c66d0fecbbc55bb49852f2bc7b5.tar.gz gentoo-90b85d9692f96c66d0fecbbc55bb49852f2bc7b5.tar.bz2 gentoo-90b85d9692f96c66d0fecbbc55bb49852f2bc7b5.zip |
net-im/pyicq-t: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild index 12ace01e92dd..4fee72e75470 100644 --- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild +++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild @@ -23,14 +23,7 @@ DEPEND="${PYTHON_DEPS} net-im/jabber-base" RDEPEND="${DEPEND} $(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_MULTI_USEDEP}] webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_MULTI_USEDEP}] ) dev-python/pillow[${PYTHON_MULTI_USEDEP}] ')" |