diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 18:29:20 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 18:52:48 +0100 |
commit | 27566afbeccbc0925f0354ff90de4dbd57d7c64a (patch) | |
tree | 692239dd41bf98f952b8d918025e6834fc68257d /dev-perl/HTML-StripScripts | |
parent | sys-fs/e2fsprogs: drop unnecessary unconditional util-linux dep in 1.46.4-r51 (diff) | |
download | gentoo-27566afbeccbc0925f0354ff90de4dbd57d7c64a.tar.gz gentoo-27566afbeccbc0925f0354ff90de4dbd57d7c64a.tar.bz2 gentoo-27566afbeccbc0925f0354ff90de4dbd57d7c64a.zip |
dev-perl/HTML-StripScripts: 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/HTML-StripScripts')
-rw-r--r-- | dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild (renamed from dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild) | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild index a4f6b0ceb367..3bfa3ac67531 100644 --- a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild +++ b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.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_VERSION=1.06 DIST_AUTHOR=DRTECH @@ -11,12 +11,3 @@ DESCRIPTION="Strip scripting constructs out of HTML" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple ) -" |