From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D7B2138350 for ; Thu, 26 Mar 2020 17:36:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08BD5E0ABD; Thu, 26 Mar 2020 17:36:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDC86E0AB8 for ; Thu, 26 Mar 2020 17:36:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF2C534F9E4 for ; Thu, 26 Mar 2020 17:36:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C3AF1AE for ; Thu, 26 Mar 2020 17:36:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585244155.90b85d9692f96c66d0fecbbc55bb49852f2bc7b5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pyicq-t/pyicq-t-0.8.1.5-r7.ebuild X-VCS-Directories: net-im/pyicq-t/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 90b85d9692f96c66d0fecbbc55bb49852f2bc7b5 X-VCS-Branch: master Date: Thu, 26 Mar 2020 17:36:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3a9aea5-f163-4e15-a961-dbd3edad6883 X-Archives-Hash: 2637ce558ce2dffcc4c7556936f4163f commit: 90b85d9692f96c66d0fecbbc55bb49852f2bc7b5 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 17:29:33 2020 +0000 Commit: Michał Górny gentoo 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 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}] ')"