dev-python/cachelib: Skip pylibmc on sparc

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-06-23 19:52:06 +02:00
parent 7f7be349d9
commit fcbc7b77e2

View File

@@ -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}]
)
)
"