diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 12:19:26 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 12:24:45 +0100 |
commit | 8ad3d59002a5e7a0ac7f12de6d28e1c49a18b8b1 (patch) | |
tree | 8606e8ff64bbe4a0c3cb513c2eedb840174ee5cf /dev-perl/HTML-Quoted | |
parent | dev-perl/HTML-Parser: Remove old (diff) | |
download | gentoo-8ad3d59002a5e7a0ac7f12de6d28e1c49a18b8b1.tar.gz gentoo-8ad3d59002a5e7a0ac7f12de6d28e1c49a18b8b1.tar.bz2 gentoo-8ad3d59002a5e7a0ac7f12de6d28e1c49a18b8b1.zip |
dev-perl/HTML-Quoted: 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-Quoted')
-rw-r--r-- | dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild (renamed from dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild index 79dd4f858e18..1dd693582739 100644 --- a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild +++ b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=TSIBLEY DIST_VERSION=0.04 @@ -11,12 +11,11 @@ DESCRIPTION="Extract structure of quoted HTML mail message" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="" RDEPEND=" >=dev-perl/HTML-Parser-3.0.0 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.590.0 " |