From 5e045e51b77fea3d158e534e64c112b148a99af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 29 Jun 2025 22:38:55 +0200 Subject: [PATCH] dev-perl/Guard: EAPI bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- .../{Guard-1.23.0-r1.ebuild => Guard-1.23.0-r2.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename dev-perl/Guard/{Guard-1.23.0-r1.ebuild => Guard-1.23.0-r2.ebuild} (67%) diff --git a/dev-perl/Guard/Guard-1.23.0-r1.ebuild b/dev-perl/Guard/Guard-1.23.0-r2.ebuild similarity index 67% rename from dev-perl/Guard/Guard-1.23.0-r1.ebuild rename to dev-perl/Guard/Guard-1.23.0-r2.ebuild index d511a04d320bc..deb9d329486e8 100644 --- a/dev-perl/Guard/Guard-1.23.0-r1.ebuild +++ b/dev-perl/Guard/Guard-1.23.0-r2.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=MLEHMANN DIST_VERSION=1.023 @@ -11,6 +11,3 @@ DESCRIPTION="Safe cleanup blocks" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="virtual/perl-ExtUtils-MakeMaker"