commit: 8ad3d59002a5e7a0ac7f12de6d28e1c49a18b8b1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 1 11:19:26 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 1 11:24:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad3d590
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 <AT> gentoo.org>
.../{HTML-Quoted-0.40.0.ebuild => HTML-Quoted-0.40.0-r1.ebuild} | 7 +++----
1 file 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
similarity index 87%
rename from dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
rename to dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild
index 79dd4f858e1..1dd69358273 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
"