diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-21 22:24:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-21 22:24:48 +0100 |
commit | fa9c7ec7e40b718ac3017296d95ec8a111c7556d (patch) | |
tree | c1a47dc3d626b348adef52bdb12579814625b250 /dev-python/zstd | |
parent | dev-python/gevent: Remove old (diff) | |
download | gentoo-fa9c7ec7e40b718ac3017296d95ec8a111c7556d.tar.gz gentoo-fa9c7ec7e40b718ac3017296d95ec8a111c7556d.tar.bz2 gentoo-fa9c7ec7e40b718ac3017296d95ec8a111c7556d.zip |
dev-python/zstd: Limit zstandard blocker to old versions
Modern versions of dev-python/zstandard no longer install the colliding
C module, so limit the blocker to the old versions.
Closes: https://bugs.gentoo.org/835750
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zstd')
-rw-r--r-- | dev-python/zstd/zstd-1.5.1.0-r1.ebuild (renamed from dev-python/zstd/zstd-1.5.1.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zstd/zstd-1.5.1.0.ebuild b/dev-python/zstd/zstd-1.5.1.0-r1.ebuild index 9cb69c5f2d41..a4b4dee4a1a5 100644 --- a/dev-python/zstd/zstd-1.5.1.0.ebuild +++ b/dev-python/zstd/zstd-1.5.1.0-r1.ebuild @@ -18,7 +18,7 @@ DEPEND=" app-arch/zstd:= " RDEPEND="${DEPEND} - !dev-python/zstandard[${PYTHON_USEDEP}] + !<dev-python/zstandard-0.15.2-r1[${PYTHON_USEDEP}] " distutils_enable_tests unittest |