summaryrefslogtreecommitdiff
path: root/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild')
-rw-r--r--dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
index 6f0a705cd2c9..5b7f49b3b86e 100644
--- a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
+++ b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DIST_AUTHOR=SAMTREGAR
DIST_VERSION=0.05
-DIST_EXAMPLES=("script/benchmark.pl")
+DIST_EXAMPLES=("scripts/benchmark.pl")
inherit perl-module
DESCRIPTION="a just-in-time compiler for HTML::Template"
@@ -14,9 +14,11 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND=">=dev-perl/HTML-Template-2.8
+RDEPEND="
+ >=dev-perl/HTML-Template-2.8
dev-perl/Inline
dev-perl/Inline-C
"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")