commit: edc2c0c07c4576d6faa897048b915674dc319e7b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 6 12:10:36 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 6 12:10:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc2c0c0
dev-perl/File-Flat: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{File-Flat-1.70.0.ebuild => File-Flat-1.70.0-r1.ebuild} | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/dev-perl/File-Flat/File-Flat-1.70.0.ebuild
b/dev-perl/File-Flat/File-Flat-1.70.0-r1.ebuild
similarity index 81%
rename from dev-perl/File-Flat/File-Flat-1.70.0.ebuild
rename to dev-perl/File-Flat/File-Flat-1.70.0-r1.ebuild
index c2e46fb3582b..e5177aaab5a8 100644
--- a/dev-perl/File-Flat/File-Flat-1.70.0.ebuild
+++ b/dev-perl/File-Flat/File-Flat-1.70.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=ETHER
DIST_VERSION=1.07
@@ -11,19 +11,15 @@ DESCRIPTION="Implements a flat filesystem"
SLOT="0"
KEYWORDS="amd64 ~hppa ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/File-Copy-Recursive-0.350.0
>=dev-perl/File-Remove-0.380.0
>=virtual/perl-File-Spec-0.850.0
>=virtual/perl-File-Temp-0.170.0
- virtual/perl-IO
>=dev-perl/prefork-0.20.0
"
BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-CPAN-Meta-2.120.900
>=dev-perl/Test-ClassAPI-1.40.0