diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-18 00:36:54 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-18 23:49:51 +0200 |
commit | 07c1fe7a1183da97d144ec645f3d3762357f7f99 (patch) | |
tree | a3299e62fdb3eeacb60dfc35f3c5d2c60458ed24 /dev-perl | |
parent | dev-python/xmlschema: Enable python3.10 (diff) | |
download | gentoo-07c1fe7a1183da97d144ec645f3d3762357f7f99.tar.gz gentoo-07c1fe7a1183da97d144ec645f3d3762357f7f99.tar.bz2 gentoo-07c1fe7a1183da97d144ec645f3d3762357f7f99.zip |
dev-perl/Template-Plugin-Latex: Needs xetex
Closes: https://bugs.gentoo.org/656346
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')
-rw-r--r-- | dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0-r1.ebuild (renamed from dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0.ebuild b/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0-r1.ebuild index 69bed46e7174..cf4470111729 100644 --- a/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0.ebuild +++ b/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DIST_AUTHOR=EHUELS DIST_VERSION=3.12 @@ -19,7 +19,7 @@ RDEPEND=" >=dev-perl/LaTeX-Encode-0.20.0 dev-perl/LaTeX-Table >=dev-perl/Template-Toolkit-2.160.0 - virtual/latex-base + app-text/texlive[xetex] " src_test() { LATEX_TESTING=1 perl-module_src_test |