commit: 45604909237cb846b489040d72dd1363defb9441
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 14:42:22 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 14:46:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45604909
dev-perl/Exception-Died: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-Died-0.60.0-r2.ebuild => Exception-Died-0.60.0-r3.ebuild} | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild
b/dev-perl/Exception-Died/Exception-Died-0.60.0-r3.ebuild
similarity index 80%
rename from dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild
rename to dev-perl/Exception-Died/Exception-Died-0.60.0-r3.ebuild
index a6900804fe0..634c603a04d 100644
--- a/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild
+++ b/dev-perl/Exception-Died/Exception-Died-0.60.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DEXTER
DIST_VERSION=0.06
@@ -12,15 +12,14 @@ DESCRIPTION="Convert simple die into real exception object"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/constant-boolean
>=dev-perl/Exception-Base-0.210.0"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( virtual/perl-parent
>=dev-perl/Test-Unit-Lite-0.110.0
>=dev-perl/Test-Assert-0.50.0
- )"
+ )
+"