diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-22 16:56:54 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-22 17:05:49 +0200 |
commit | eeb707e27969fc44590bcd3d147505ce6b6afde8 (patch) | |
tree | 6c15919545f5737b649e690922864f83316e52f9 /dev-perl/HTML-Template-JIT | |
parent | net-vpn/riseup-vpn: import from ::guru (diff) | |
download | gentoo-eeb707e27969fc44590bcd3d147505ce6b6afde8.tar.gz gentoo-eeb707e27969fc44590bcd3d147505ce6b6afde8.tar.bz2 gentoo-eeb707e27969fc44590bcd3d147505ce6b6afde8.zip |
dev-perl/HTML-Template-JIT: Fix example path
Closes: https://bugs.gentoo.org/703300
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/HTML-Template-JIT')
-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") |