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 798231396D9 for ; Wed, 8 Nov 2017 09:44:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD8D6E082B; Wed, 8 Nov 2017 09:44:58 +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 9F354E082B for ; Wed, 8 Nov 2017 09:44:57 +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 33A3133BF51 for ; Wed, 8 Nov 2017 09:44:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA7099882 for ; Wed, 8 Nov 2017 09:44:54 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1510134258.180c7f0d381b85858c83bdd20bb76343244974b9.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bzr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/bzr/bzr-2.7.1_pre.ebuild X-VCS-Directories: dev-vcs/bzr/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 180c7f0d381b85858c83bdd20bb76343244974b9 X-VCS-Branch: master Date: Wed, 8 Nov 2017 09:44:54 +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: 54de25a6-4b63-43a0-b382-bb801b3459e8 X-Archives-Hash: 7933ecfbf5f3ce2fe4a1815c276abfb6 commit: 180c7f0d381b85858c83bdd20bb76343244974b9 Author: Andrey Grozin gentoo org> AuthorDate: Wed Nov 8 09:44:18 2017 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Wed Nov 8 09:44:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180c7f0d dev-vcs/bzr: added dep on || ( cython pyrex ) Closes: https://bugs.gentoo.org/636838 Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-vcs/bzr/bzr-2.7.1_pre.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-vcs/bzr/bzr-2.7.1_pre.ebuild b/dev-vcs/bzr/bzr-2.7.1_pre.ebuild index 4d29abc5af2..aaf784e32da 100644 --- a/dev-vcs/bzr/bzr-2.7.1_pre.ebuild +++ b/dev-vcs/bzr/bzr-2.7.1_pre.ebuild @@ -21,12 +21,11 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz" RDEPEND="curl? ( dev-python/pycurl[${PYTHON_USEDEP}] ) sftp? ( dev-python/paramiko[${PYTHON_USEDEP}] )" -DEPEND="test? ( - ${RDEPEND} +DEPEND="|| ( dev-python/cython dev-python/pyrex ) + test? ( ${RDEPEND} >=dev-python/pyftpdlib-0.7.0[${PYTHON_USEDEP}] dev-python/subunit - >=dev-python/testtools-0.9.5[${PYTHON_USEDEP}] - )" + >=dev-python/testtools-0.9.5[${PYTHON_USEDEP}] )" # Fails tests bug#487216 # Upstream is not exactly keen on fixing it