commit:     1c60134c3c6daa502b3f11922abf8fbc942826b6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 21:21:19 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 21:21:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c60134c

dev-python/zstd: add mask against zstandard

Closes: https://bugs.gentoo.org/750158
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/zstd/zstd-1.4.5.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/zstd/zstd-1.4.5.1.ebuild 
b/dev-python/zstd/zstd-1.4.5.1.ebuild
index 1a0360e5f0f..2e3bf7744bb 100644
--- a/dev-python/zstd/zstd-1.4.5.1.ebuild
+++ b/dev-python/zstd/zstd-1.4.5.1.ebuild
@@ -14,4 +14,8 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
-DEPEND="app-arch/zstd"
+DEPEND="
+       app-arch/zstd
+       !dev-python/zstandard[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"

Reply via email to