commit: 14330395467247bc72cf3ecfdb2c38af85f36881
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 17:26:56 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 17:44:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14330395
dev-perl/Cisco-Reconfig: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...onfig-0.912.0.ebuild => Cisco-Reconfig-0.912.0-r1.ebuild} | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0.ebuild
b/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0-r1.ebuild
similarity index 68%
rename from dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0.ebuild
rename to dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0-r1.ebuild
index 88739e5c20b..6561b836d87 100644
--- a/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0.ebuild
+++ b/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=MUIR
DIST_VERSION=0.912
@@ -9,12 +9,12 @@ DIST_SECTION=modules
inherit perl-module
DESCRIPTION="Parse and generate Cisco configuration files"
-
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-RDEPEND=">=virtual/perl-Scalar-List-Utils-1.70.0"
-DEPEND="${RDEPEND}
+RDEPEND="
+ >=virtual/perl-Scalar-List-Utils-1.70.0
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"