commit:     fa9c7ec7e40b718ac3017296d95ec8a111c7556d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 21:24:48 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 21:24:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9c7ec7

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 <AT> gentoo.org>

 dev-python/zstd/{zstd-1.5.1.0.ebuild => zstd-1.5.1.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zstd/zstd-1.5.1.0.ebuild 
b/dev-python/zstd/zstd-1.5.1.0-r1.ebuild
similarity index 92%
rename from dev-python/zstd/zstd-1.5.1.0.ebuild
rename to 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

Reply via email to