From fcbc7b77e22c28f33a1bbc622a1b8b7f1d7d03e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 23 Jun 2024 19:52:06 +0200 Subject: [PATCH] dev-python/cachelib: Skip pylibmc on sparc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cachelib/cachelib-0.13.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/cachelib/cachelib-0.13.0.ebuild b/dev-python/cachelib/cachelib-0.13.0.ebuild index 14e98fc303ac8..27ea69cbe7376 100644 --- a/dev-python/cachelib/cachelib-0.13.0.ebuild +++ b/dev-python/cachelib/cachelib-0.13.0.ebuild @@ -25,11 +25,13 @@ KEYWORDS="amd64 ~arm arm64 x86" BDEPEND=" test? ( dev-db/redis - dev-python/pylibmc[${PYTHON_USEDEP}] dev-python/pytest-xprocess[${PYTHON_USEDEP}] dev-python/redis[${PYTHON_USEDEP}] net-misc/memcached www-servers/uwsgi[python,${PYTHON_USEDEP}] + !sparc? ( + dev-python/pylibmc[${PYTHON_USEDEP}] + ) ) "