From 839cd0a791d2f049907b29ff048191c6185db9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 6 Jul 2025 14:02:26 +0200 Subject: [PATCH] dev-perl/File-NFSLock: EAPI bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- ...FSLock-1.290.0.ebuild => File-NFSLock-1.290.0-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename dev-perl/File-NFSLock/{File-NFSLock-1.290.0.ebuild => File-NFSLock-1.290.0-r1.ebuild} (73%) diff --git a/dev-perl/File-NFSLock/File-NFSLock-1.290.0.ebuild b/dev-perl/File-NFSLock/File-NFSLock-1.290.0-r1.ebuild similarity index 73% rename from dev-perl/File-NFSLock/File-NFSLock-1.290.0.ebuild rename to dev-perl/File-NFSLock/File-NFSLock-1.290.0-r1.ebuild index 035091f3faccf..302aa17f2bea9 100644 --- a/dev-perl/File-NFSLock/File-NFSLock-1.290.0.ebuild +++ b/dev-perl/File-NFSLock/File-NFSLock-1.290.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=BBB DIST_VERSION=1.29 @@ -12,5 +12,3 @@ DESCRIPTION="perl module to do NFS (or not) locking" SLOT="0" KEYWORDS="amd64 x86" - -BDEPEND="virtual/perl-ExtUtils-MakeMaker"