summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Fabrizio Orsi <torsi@fi.uba.ar>2024-04-04 10:50:04 -0300
committerFlorian Schmaus <flow@gentoo.org>2024-04-10 20:01:50 +0200
commitfac3ab92f5b88a3b9674cd76f708aeda67f8803f (patch)
treead92b25a45ad20a1da4437882c6ecfde4918d93a /dev-texlive/texlive-latexextra
parentvirtual/rust: Stabilize 1.75.0-r1 ppc, #927155 (diff)
downloadgentoo-fac3ab92f5b88a3b9674cd76f708aeda67f8803f.tar.gz
gentoo-fac3ab92f5b88a3b9674cd76f708aeda67f8803f.tar.bz2
gentoo-fac3ab92f5b88a3b9674cd76f708aeda67f8803f.zip
dev-texlive/texlive-latexextra: Added optfeature message for svg support
Closes: https://bugs.gentoo.org/928388 Closes: https://github.com/gentoo/gentoo/pull/36099 Signed-off-by: Tomas Fabrizio Orsi <torsi@fi.uba.ar> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-texlive/texlive-latexextra')
-rw-r--r--dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild
index 9a77c3d755a8..34a57e0799b0 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild
@@ -3947,7 +3947,7 @@ TEXLIVE_MODULE_SRC_CONTENTS="
zref-vario.source.r68846
"
-inherit texlive-module
+inherit optfeature texlive-module
DESCRIPTION="TeXLive LaTeX additional packages"
@@ -3991,3 +3991,8 @@ TEXLIVE_MODULE_BINSCRIPTS="
texmf-dist/scripts/wordcount/wordcount.sh
texmf-dist/scripts/yplan/yplan
"
+
+pkg_postinst() {
+ # https://bugs.gentoo.org/928388
+ optfeature "Install for SVG (Scalable Vector Graphics) support" media-gfx/inkscape
+}