diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-23 16:19:57 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-23 17:00:34 +0200 |
commit | 30174e5638deab1ad6006433186b36415003ae13 (patch) | |
tree | 9b4e541c649c2578cca3b796b639fcd4eaf571bb /dev-perl/Dist-CheckConflicts | |
parent | dev-perl/Digest-JHash: EAPI=8 bump (diff) | |
download | gentoo-30174e5638deab1ad6006433186b36415003ae13.tar.gz gentoo-30174e5638deab1ad6006433186b36415003ae13.tar.bz2 gentoo-30174e5638deab1ad6006433186b36415003ae13.zip |
dev-perl/Dist-CheckConflicts: 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/Dist-CheckConflicts')
-rw-r--r-- | dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0-r1.ebuild (renamed from dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0-r1.ebuild index e7bdbcf5bcd5..22f1e976e76a 100644 --- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild +++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=DOY DIST_VERSION=0.11 @@ -11,19 +11,18 @@ DESCRIPTION="Declare version conflicts for your dist" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp virtual/perl-Exporter >=dev-perl/Module-Runtime-0.9.0 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( virtual/perl-File-Spec virtual/perl-IO dev-perl/Test-Fatal >=virtual/perl-Test-Simple-0.88 - )" + ) +" |