commit: 90b85d9692f96c66d0fecbbc55bb49852f2bc7b5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 17:29:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 17:35:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b85d96
net-im/pyicq-t: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild | 9 +--------
1 file changed, 1 insertion(+), 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 12ace01e92d..4fee72e7547 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}]
')"