Install this version:
emerge -a =dev-perl/Math-Prime-Util-GMP-0.530.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-perl/Math-Prime-Util-GMP-0.530.0
Or alternatively:
emerge --autounmask-write -a =dev-perl/Math-Prime-Util-GMP-0.530.0
# 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
)
"
dev-libs/gmp:= >=virtual/perl-Exporter-5.570.0 >=virtual/perl-XSLoader-0.10.0
dev-libs/gmp:= >=virtual/perl-Exporter-5.570.0 >=virtual/perl-XSLoader-0.10.0 test? ( >=virtual/perl-Math-BigInt-1.880.0 )