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 E32E21396D1 for ; Thu, 24 Aug 2017 22:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0276C1FC05E; Thu, 24 Aug 2017 22:47:52 +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 D1EFB1FC04A for ; Thu, 24 Aug 2017 22:47:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A9BA1341659 for ; Thu, 24 Aug 2017 22:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65D238177 for ; Thu, 24 Aug 2017 22:47:49 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1503614861.92cd1e59e3197f22618fb68be9efb0eb736e5960.eva@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-r1.ebuild X-VCS-Directories: net-voip/telepathy-salut/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 92cd1e59e3197f22618fb68be9efb0eb736e5960 X-VCS-Branch: master Date: Thu, 24 Aug 2017 22:47:49 +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-Archives-Salt: e5ef7bb2-f2cf-4fcd-8306-5cbab3540e30 X-Archives-Hash: d5f060ae4da3efc1de116a2ff6f9a24a commit: 92cd1e59e3197f22618fb68be9efb0eb736e5960 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Aug 24 22:04:29 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Aug 24 22:47:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92cd1e59 net-voip/telepathy-salut: fix python_check_deps, bug #628486 Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild index f5766fe7ad3..10baef9097d 100644 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild @@ -50,9 +50,10 @@ PATCHES=( ) python_check_deps() { - use test \ - && { has_version "dev-python/twisted[${PYTHON_USEDEP}]" \ - || has_version "dev-python/twisted-words[${PYTHON_USEDEP}]"; } + if use test ; then + has_version "dev-python/twisted[${PYTHON_USEDEP}]" \ + || has_version "dev-python/twisted-words[${PYTHON_USEDEP}]" + fi } pkg_setup() {