summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-01 12:14:23 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-01 12:24:30 +0100
commit6d668d1c0f6eb709ef6efea647559febefde616d (patch)
tree7dd13da3e3f563639d3a71db159affc8d1343b0a
parentsys-kernel/vanilla-sources: Linux 5.15.0 (diff)
downloadgentoo-6d668d1c.tar.gz
gentoo-6d668d1c.tar.bz2
gentoo-6d668d1c.zip
dev-perl/HTML-LinkExtractor: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r3.ebuild (renamed from dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild)14
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild b/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r3.ebuild
index 614491fa2c3e..8ad5637f8801 100644
--- a/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild
+++ b/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=PODMASTER
DIST_VERSION=0.13
@@ -11,8 +11,10 @@ DESCRIPTION="A bare-bone HTML parser, similar to HTML::Parser"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-DEPEND="dev-perl/HTML-Parser"
-RDEPEND="${DEPEND}
- dev-perl/URI"
+RDEPEND="
+ dev-perl/HTML-Parser
+ dev-perl/URI
+"
+BDEPEND="${RDEPEND}
+"