diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 23:39:12 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 23:54:19 +0200 |
commit | 099896c13b3976f22700c1dd79e713e8758377fd (patch) | |
tree | eef0b26d6027b42dac20089eb6c90f7279e6d6bd /dev-perl/Proc-Guard | |
parent | dev-perl/Proc-Daemon: EAPI=8 bump (diff) | |
download | gentoo-099896c13b3976f22700c1dd79e713e8758377fd.tar.gz gentoo-099896c13b3976f22700c1dd79e713e8758377fd.tar.bz2 gentoo-099896c13b3976f22700c1dd79e713e8758377fd.zip |
dev-perl/Proc-Guard: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Proc-Guard')
-rw-r--r-- | dev-perl/Proc-Guard/Proc-Guard-0.70.0-r1.ebuild (renamed from dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild b/dev-perl/Proc-Guard/Proc-Guard-0.70.0-r1.ebuild index 4dd3c23f4735..2d5d4446f5da 100644 --- a/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild +++ b/dev-perl/Proc-Guard/Proc-Guard-0.70.0-r1.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=TOKUHIROM DIST_VERSION=0.07 @@ -10,14 +10,12 @@ inherit perl-module DESCRIPTION="process runner with RAII pattern" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Accessor-Lite-0.50.0 >=virtual/perl-Exporter-5.630.0 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.590.0 >=dev-perl/Module-Build-0.380.0 test? ( |