From fac3ab92f5b88a3b9674cd76f708aeda67f8803f Mon Sep 17 00:00:00 2001 From: Tomas Fabrizio Orsi Date: Thu, 4 Apr 2024 10:50:04 -0300 Subject: 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 Signed-off-by: Florian Schmaus --- .../texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dev-texlive/texlive-latexextra') 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 +} -- cgit v1.2.3-65-gdbad