Skip to content

Commit

Permalink
dev-python/cachelib: Skip pylibmc on sparc
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jun 23, 2024
1 parent 7f7be34 commit fcbc7b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-python/cachelib/cachelib-0.13.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
)
)
"

Expand Down

0 comments on commit fcbc7b7

Please sign in to comment.