mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/cachelib: Skip pylibmc on sparc
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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}]
|
||||
)
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user