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 2A3B5138350 for ; Thu, 26 Mar 2020 17:36:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9776EE0AC7; Thu, 26 Mar 2020 17:36:27 +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 7EE61E0AC7 for ; Thu, 26 Mar 2020 17:36:27 +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 909F034FA29 for ; Thu, 26 Mar 2020 17:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC6711BB 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: <1585244161.5c5feb5e66de675d85c642a136a63bb11c1aef4d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-salut/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild X-VCS-Directories: net-voip/telepathy-salut/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5c5feb5e66de675d85c642a136a63bb11c1aef4d 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: 2ce3692e-5911-43d7-9fd7-67038011c621 X-Archives-Hash: 3f4aae793e7759bc512b0204054ea4ee commit: 5c5feb5e66de675d85c642a136a63bb11c1aef4d Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 17:29:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 26 17:36:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5feb5e net-voip/telepathy-salut: Flatten twisted dep Signed-off-by: Michał Górny gentoo.org> net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild index 3f568babb3e..910016e3338 100644 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild @@ -36,10 +36,7 @@ DEPEND="${RDEPEND} test? ( >=dev-libs/check-0.9.4 net-libs/libgsasl - || ( - $(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]') - $(python_gen_any_dep 'dev-python/twisted-words[${PYTHON_USEDEP}]') - ) + $(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]') ) " # FIXME: needs xmppstream python module @@ -52,8 +49,7 @@ PATCHES=( python_check_deps() { if use test ; then - has_version "dev-python/twisted[${PYTHON_USEDEP}]" \ - || has_version "dev-python/twisted-words[${PYTHON_USEDEP}]" + has_version "dev-python/twisted[${PYTHON_USEDEP}]" fi }