From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EF1E158041 for ; Wed, 10 Apr 2024 18:02:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3974E2A09; Wed, 10 Apr 2024 18:02:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5A0EE2A09 for ; Wed, 10 Apr 2024 18:02:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA202343260 for ; Wed, 10 Apr 2024 18:02:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F15BD9B6 for ; Wed, 10 Apr 2024 18:02:15 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1712772110.fac3ab92f5b88a3b9674cd76f708aeda67f8803f.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latexextra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild X-VCS-Directories: dev-texlive/texlive-latexextra/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fac3ab92f5b88a3b9674cd76f708aeda67f8803f X-VCS-Branch: master Date: Wed, 10 Apr 2024 18:02:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee762439-9528-4c2e-8623-6fdfa440ccd4 X-Archives-Hash: d89a14cccc579eb2ffc1b6b17543485f commit: fac3ab92f5b88a3b9674cd76f708aeda67f8803f Author: Tomas Fabrizio Orsi fi uba ar> AuthorDate: Thu Apr 4 13:50:04 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 10 18:01:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac3ab92 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 fi.uba.ar> Signed-off-by: Florian Schmaus gentoo.org> .../texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +}