From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1665747-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 196BC158066 for <garchives@archives.gentoo.org>; Fri, 30 Aug 2024 12:59:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38FAEE29EA; Fri, 30 Aug 2024 12:59:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1924CE29EA for <gentoo-commits@lists.gentoo.org>; Fri, 30 Aug 2024 12:59:24 +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 1FA5433BEE8 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Aug 2024 12:59:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53206DA2 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Aug 2024 12:59:21 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1725022752.f27c2ce194513b818a2d5d3b2dee2e158824d0cb.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/auctex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/auctex/auctex-14.0.5.ebuild X-VCS-Directories: app-emacs/auctex/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f27c2ce194513b818a2d5d3b2dee2e158824d0cb X-VCS-Branch: master Date: Fri, 30 Aug 2024 12:59:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82cda81a-ac12-467f-bfeb-ee94abc77721 X-Archives-Hash: 76424acbe1084ed7bbd92bdd1d9a202c commit: f27c2ce194513b818a2d5d3b2dee2e158824d0cb Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Aug 30 12:54:40 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Aug 30 12:59:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27c2ce1 app-emacs/auctex: Add build dependency on dev-texlive/texlive-latexextra Bug: https://bugs.gentoo.org/938738 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/auctex/auctex-14.0.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emacs/auctex/auctex-14.0.5.ebuild b/app-emacs/auctex/auctex-14.0.5.ebuild index 35047df54168..7895f9fc747a 100644 --- a/app-emacs/auctex/auctex-14.0.5.ebuild +++ b/app-emacs/auctex/auctex-14.0.5.ebuild @@ -36,6 +36,7 @@ RDEPEND=" " BDEPEND=" ${RDEPEND} + preview-latex? ( dev-texlive/texlive-latexextra ) " TEXMF="/usr/share/texmf-site"