diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-23 22:15:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-23 22:21:58 +0200 |
commit | c386874bf28c9623a2c74de46999856e19997e91 (patch) | |
tree | cc3e86608914ddfe5c9505932cdca178656e03f0 /dev-perl/Text-Diff | |
parent | dev-perl/Text-CSV-Simple: EAPI=8 bump (diff) | |
download | gentoo-c386874bf28c9623a2c74de46999856e19997e91.tar.gz gentoo-c386874bf28c9623a2c74de46999856e19997e91.tar.bz2 gentoo-c386874bf28c9623a2c74de46999856e19997e91.zip |
dev-perl/Text-Diff: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Diff')
-rw-r--r-- | dev-perl/Text-Diff/Text-Diff-1.450.0-r1.ebuild (renamed from dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild b/dev-perl/Text-Diff/Text-Diff-1.450.0-r1.ebuild index 884ce5d9211b..479ec54f47f9 100644 --- a/dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild +++ b/dev-perl/Text-Diff/Text-Diff-1.450.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=NEILB DIST_VERSION=1.45 @@ -11,13 +11,13 @@ DESCRIPTION="Perform diffs on files and record sets" 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="" RDEPEND=" >=dev-perl/Algorithm-Diff-1.190.0 virtual/perl-Exporter " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " + PERL_RM_FILES=( "t/97_meta.t" "t/98_pod.t" "t/99_pmv.t" ) |