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 2CDCE15815E for ; Tue, 6 Feb 2024 15:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E9C0E29C3; Tue, 6 Feb 2024 15:03:33 +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 509D1E29C3 for ; Tue, 6 Feb 2024 15:03:33 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66DD03430B2 for ; Tue, 6 Feb 2024 15:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0975714AB for ; Tue, 6 Feb 2024 15:03:31 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1707231808.e9b9e46b4e3573a8081ec10625f5672691b2ac56.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ess/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ess/ess-24.01.0.ebuild X-VCS-Directories: app-emacs/ess/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e9b9e46b4e3573a8081ec10625f5672691b2ac56 X-VCS-Branch: master Date: Tue, 6 Feb 2024 15:03:31 +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: 5eea8dea-fe34-4a4b-bf1c-e453a4d2ecbd X-Archives-Hash: 66755540264659f547a74d62ff7c4614 commit: e9b9e46b4e3573a8081ec10625f5672691b2ac56 Author: Maciej Barć gentoo org> AuthorDate: Tue Feb 6 15:02:26 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Feb 6 15:03:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b9e46b app-emacs/ess: add missing texlive dependencies Closes: https://bugs.gentoo.org/923935 Signed-off-by: Maciej Barć gentoo.org> app-emacs/ess/ess-24.01.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-emacs/ess/ess-24.01.0.ebuild b/app-emacs/ess/ess-24.01.0.ebuild index 3919aae0e6f9..18230984cbec 100644 --- a/app-emacs/ess/ess-24.01.0.ebuild +++ b/app-emacs/ess/ess-24.01.0.ebuild @@ -26,7 +26,11 @@ SLOT="0" BDEPEND=" app-text/texi2html + dev-texlive/texlive-fontsextra + dev-texlive/texlive-latex dev-texlive/texlive-latexextra + dev-texlive/texlive-mathscience + dev-texlive/texlive-plaingeneric virtual/latex-base "