commit: 2b11760067ca117b2bbcc6a72c6a2eed5f1b3b3b
Author: Zen <z <AT> pyl <DOT> onl>
AuthorDate: Sun Feb 23 21:07:33 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 03:06:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b117600
dev-python/pycpio: use zstandard instead of zstd for 9999
Signed-off-by: Zen <z <AT> pyl.onl>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pycpio/pycpio-9999.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/pycpio/pycpio-9999.ebuild
b/dev-python/pycpio/pycpio-9999.ebuild
index 9ff2800b0d18..2a67000e6a43 100644
--- a/dev-python/pycpio/pycpio-9999.ebuild
+++ b/dev-python/pycpio/pycpio-9999.ebuild
@@ -17,10 +17,9 @@ SLOT="0"
RDEPEND="
>=dev-python/zenlib-9999[${PYTHON_USEDEP}]
- >=dev-python/zstd-1.5.6.1[${PYTHON_USEDEP}]
"
-BDEPEND="test? ( dev-python/zstd[${PYTHON_USEDEP}] )"
+BDEPEND="test? ( dev-python/zstandard[${PYTHON_USEDEP}] )"
distutils_enable_tests unittest
@@ -34,5 +33,5 @@ python_install_all() {
}
pkg_postinst() {
- optfeature "zstd compression support" dev-python/zstd
+ optfeature "zstd compression support" dev-python/zstandard
}