summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-02-29 19:23:37 -0500
committerSam James <sam@gentoo.org>2024-03-01 00:27:48 +0000
commit14f61484f67562f74ae0f03fe712b5e709178359 (patch)
tree4a3dcaaa506dc9d35e6c5f4fb7def19381b1587c /dev-ml
parentapp-admin/keepass: add 2.56 (diff)
downloadgentoo-14f61484f67562f74ae0f03fe712b5e709178359.tar.gz
gentoo-14f61484f67562f74ae0f03fe712b5e709178359.tar.bz2
gentoo-14f61484f67562f74ae0f03fe712b5e709178359.zip
dev-ml/cryptokit: mark "mpir" use dependency as disabled-if-missing
Support for mpir was removed from zarith, which means this is guaranteed to be disabled. That's what we want here anyway. Just indicate this with a use-dependency default. Fixes: a8c2b35f50a01d401be9c29abe6d720804ebbe44 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/cryptokit/cryptokit-1.16.1-r2.ebuild (renamed from dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild b/dev-ml/cryptokit/cryptokit-1.16.1-r2.ebuild
index b2c57abf4cca..98b63a2cad4c 100644
--- a/dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild
+++ b/dev-ml/cryptokit/cryptokit-1.16.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
# bug #750740
DEPEND="
dev-ml/dune-configurator
- dev-ml/zarith:=[-mpir]
+ dev-ml/zarith:=[-mpir(-)]
zlib? ( >=sys-libs/zlib-1.1 )
"
RDEPEND="${DEPEND}"