diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-26 23:29:13 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-26 23:39:21 +0200 |
commit | 020d396b623dc997374ee5761b77154a00cf2e59 (patch) | |
tree | 132b9a4d3a99b94c1fb353a950b8944b7433ccfd /dev-perl | |
parent | dev-perl/Test-Future-IO-Impl: Test2::Suite is now part of core perl (diff) | |
download | gentoo-020d396b623dc997374ee5761b77154a00cf2e59.tar.gz gentoo-020d396b623dc997374ee5761b77154a00cf2e59.tar.bz2 gentoo-020d396b623dc997374ee5761b77154a00cf2e59.zip |
dev-perl/Test-Script: Test2::Suite is now part of core perl
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Script/Test-Script-1.290.0-r1.ebuild (renamed from dev-perl/Test-Script/Test-Script-1.290.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-Script/Test-Script-1.290.0.ebuild b/dev-perl/Test-Script/Test-Script-1.290.0-r1.ebuild index ed0cb13fe49d..3a4b57ff53fb 100644 --- a/dev-perl/Test-Script/Test-Script-1.290.0.ebuild +++ b/dev-perl/Test-Script/Test-Script-1.290.0-r1.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=8 @@ -22,6 +22,6 @@ RDEPEND=" BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( - >=dev-perl/Test2-Suite-0.0.60 + >=virtual/perl-Test2-Suite-0.0.60 ) " |