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 9114E138359 for ; Wed, 18 Nov 2020 08:47:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9458CE09EE; Wed, 18 Nov 2020 08:47:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 792C0E09EE for ; Wed, 18 Nov 2020 08:47:50 +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 92EBC34104E for ; Wed, 18 Nov 2020 08:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEDBA468 for ; Wed, 18 Nov 2020 08:47:46 +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: <1605689261.c5fdf11d9ec30310f33e09bcd9ed2102ea268b88.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose/nose-1.3.7-r6.ebuild dev-python/nose/nose-1.3.7-r7.ebuild X-VCS-Directories: dev-python/nose/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c5fdf11d9ec30310f33e09bcd9ed2102ea268b88 X-VCS-Branch: master Date: Wed, 18 Nov 2020 08:47:46 +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: 2ad64e02-3ec6-4337-802e-66f4f8c075a9 X-Archives-Hash: 6712a49e4085afc2961e59554dfbcd4e commit: c5fdf11d9ec30310f33e09bcd9ed2102ea268b88 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 18 08:43:50 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 18 08:47:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fdf11d dev-python/nose: Remove coverage dep on hppa Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r6.ebuild | 2 +- dev-python/nose/nose-1.3.7-r7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r6.ebuild b/dev-python/nose/nose-1.3.7-r6.ebuild index 8b847cf4513..becd426346e 100644 --- a/dev-python/nose/nose-1.3.7-r6.ebuild +++ b/dev-python/nose/nose-1.3.7-r6.ebuild @@ -30,7 +30,7 @@ RDEPEND=" coverage? ( ${COV_DEP} )" DEPEND="${RDEPEND} test? ( - ${COV_DEP} + !hppa? ( ${COV_DEP} ) $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] ' python3_{6,7,8}) diff --git a/dev-python/nose/nose-1.3.7-r7.ebuild b/dev-python/nose/nose-1.3.7-r7.ebuild index f72c21ba252..d448789f3b9 100644 --- a/dev-python/nose/nose-1.3.7-r7.ebuild +++ b/dev-python/nose/nose-1.3.7-r7.ebuild @@ -28,7 +28,7 @@ RDEPEND=" )" DEPEND="${RDEPEND} test? ( - dev-python/coverage[${PYTHON_USEDEP}] + !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] ' 'python3*')