From b1862232de39c9b2292232ecd0a0a7a77eb352e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 12 May 2021 10:43:18 +0200 Subject: dev-python/werkzeug: Restrict greenlet to supported arches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/werkzeug/werkzeug-2.0.0.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/werkzeug/werkzeug-2.0.0.ebuild b/dev-python/werkzeug/werkzeug-2.0.0.ebuild index 62757f1d6ba7..4239bb6c92fc 100644 --- a/dev-python/werkzeug/werkzeug-2.0.0.ebuild +++ b/dev-python/werkzeug/werkzeug-2.0.0.ebuild @@ -23,9 +23,11 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" DEPEND=" test? ( dev-python/cryptography[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/greenlet[${PYTHON_USEDEP}] - ' 'python*') + !hppa? ( !ia64? ( + $(python_gen_cond_dep ' + dev-python/greenlet[${PYTHON_USEDEP}] + ' 'python*') + ) ) dev-python/pytest-timeout[${PYTHON_USEDEP}] dev-python/pytest-xprocess[${PYTHON_USEDEP}] dev-python/watchdog[${PYTHON_USEDEP}] -- cgit v1.2.3