diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 12:22:56 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 12:24:55 +0100 |
commit | 62278032cf10a4f7714cce8949fc3b433841f5fb (patch) | |
tree | 5284d5572131038dbd7540b984caf343a56b1e3f /dev-perl/HTML-SimpleParse | |
parent | dev-perl/HTML-Scrubber: Remove old (diff) | |
download | gentoo-62278032cf10a4f7714cce8949fc3b433841f5fb.tar.gz gentoo-62278032cf10a4f7714cce8949fc3b433841f5fb.tar.bz2 gentoo-62278032cf10a4f7714cce8949fc3b433841f5fb.zip |
dev-perl/HTML-SimpleParse: 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-SimpleParse')
-rw-r--r-- | dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild (renamed from dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild index 127876e201c4..5050c8e5f098 100644 --- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild +++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=KWILLIAMS DIST_VERSION=0.12 @@ -11,8 +11,8 @@ DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="" RDEPEND="" -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.28" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.280.0 +" |