summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-24 16:42:22 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-24 16:46:28 +0200
commit45604909237cb846b489040d72dd1363defb9441 (patch)
tree3c61daa6eed20afdfaf726cfc9c99d44ca360a37 /dev-perl/Exception-Died
parentdev-perl/Eval-LineNumbers: Version bump 0.35 (diff)
downloadgentoo-45604909237cb846b489040d72dd1363defb9441.tar.gz
gentoo-45604909237cb846b489040d72dd1363defb9441.tar.bz2
gentoo-45604909237cb846b489040d72dd1363defb9441.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/Exception-Died')
-rw-r--r--dev-perl/Exception-Died/Exception-Died-0.60.0-r3.ebuild (renamed from dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild)11
1 files 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
index a6900804fe0f..634c603a04df 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
- )"
+ )
+"