mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-27 19:58:26 -07:00
This is a dependency of dev-perl/Crypt-DSA-GMP which is the recommended successor to the now deprecated dev-perl/Crypt-DSA. Link: https://metacpan.org/release/TIMLEGGE/Crypt-DSA-1.22/changes Bug: https://bugs.gentoo.org/978730 Signed-off-by: Brett A C Sheffield <bacs@librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1374 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
26 lines
439 B
Bash
26 lines
439 B
Bash
# Copyright 2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=DANAJ
|
|
DIST_VERSION=0.53
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Utilities related to prime numbers and factoring, using GMP"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
dev-libs/gmp:=
|
|
>=virtual/perl-Exporter-5.570.0
|
|
>=virtual/perl-XSLoader-0.10.0
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
test? (
|
|
>=virtual/perl-Math-BigInt-1.880.0
|
|
)
|
|
"
|