summaryrefslogtreecommitdiff
path: root/dev-perl/Math-ModInt
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-05 06:59:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-05 06:59:38 +0000
commit487cba42213103079e9cfa4c89bb58c3c8388320 (patch)
treec2e185331e2f25952c5867e3fcfaf328d99cb1ce /dev-perl/Math-ModInt
parent215d23f88ab144dbb487e0afe934c598e6ea0548 (diff)
downloadbaldeagleos-repo-487cba42213103079e9cfa4c89bb58c3c8388320.tar.gz
baldeagleos-repo-487cba42213103079e9cfa4c89bb58c3c8388320.tar.xz
baldeagleos-repo-487cba42213103079e9cfa4c89bb58c3c8388320.zip
Adding metadata
Diffstat (limited to 'dev-perl/Math-ModInt')
-rw-r--r--dev-perl/Math-ModInt/Math-ModInt-0.13.0-r1.ebuild (renamed from dev-perl/Math-ModInt/Math-ModInt-0.13.0.ebuild)9
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-perl/Math-ModInt/Math-ModInt-0.13.0.ebuild b/dev-perl/Math-ModInt/Math-ModInt-0.13.0-r1.ebuild
index 8eab610896dc..c22b376ac11f 100644
--- a/dev-perl/Math-ModInt/Math-ModInt-0.13.0.ebuild
+++ b/dev-perl/Math-ModInt/Math-ModInt-0.13.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,18 +25,11 @@ PERL_RM_FILES=(
)
RDEPEND="
- virtual/perl-Carp
>=virtual/perl-Math-BigInt-1.991.0
!minimal? (
dev-perl/Math-BigInt-GMP
- virtual/perl-Math-BigRat
)
"
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
- test? (
- virtual/perl-Scalar-List-Utils
- virtual/perl-Test
- virtual/perl-Test-Simple
- )
"