diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0-r3.ebuild | 12 |
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") |