summaryrefslogtreecommitdiff
path: root/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild')
-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
+}