summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-25 12:52:17 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-25 13:16:00 +0200
commitdaff26e15c6d31f00d5f254e3750c9598fd3785b (patch)
treec60a19e296d8062ecccbdbf88d77c2fabccb419d /dev-perl/PBS-Client
parentdev-perl/PBKDF2-Tiny: EAPI=8 bump (diff)
downloadgentoo-daff26e15c6d31f00d5f254e3750c9598fd3785b.tar.gz
gentoo-daff26e15c6d31f00d5f254e3750c9598fd3785b.tar.bz2
gentoo-daff26e15c6d31f00d5f254e3750c9598fd3785b.zip
dev-perl/PBS-Client: 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/PBS-Client')
-rw-r--r--dev-perl/PBS-Client/PBS-Client-0.110.0-r1.ebuild (renamed from dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild)7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild b/dev-perl/PBS-Client/PBS-Client-0.110.0-r1.ebuild
index d7b6582c72bb..f993a0a715bc 100644
--- a/dev-perl/PBS-Client/PBS-Client-0.110.0.ebuild
+++ b/dev-perl/PBS-Client/PBS-Client-0.110.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=KWMAK
DIST_SECTION=PBS/Client
@@ -12,13 +12,12 @@ DESCRIPTION="Perl interface to submit jobs to PBS (Portable Batch System)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
>=virtual/perl-Data-Dumper-2.121.0
>=virtual/perl-File-Temp-0.140.0
"
-DEPEND="
+BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"