From 2b11760067ca117b2bbcc6a72c6a2eed5f1b3b3b Mon Sep 17 00:00:00 2001 From: Zen Date: Sun, 23 Feb 2025 15:07:33 -0600 Subject: [PATCH] dev-python/pycpio: use zstandard instead of zstd for 9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zen Signed-off-by: Michał Górny --- 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 9ff2800b0d189..2a67000e6a437 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 }