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 08A91158041 for ; Wed, 21 Feb 2024 09:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E2CBE29AC; Wed, 21 Feb 2024 09:17:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F28F5E29AB for ; Wed, 21 Feb 2024 09:17:27 +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 371E9343199 for ; Wed, 21 Feb 2024 09:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF9D714B7 for ; Wed, 21 Feb 2024 09:17:25 +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: <1708506971.ab613b095756049f6650ebd36138651f3099be52.flow@gentoo> Subject: [gentoo-commits] proj/tex-overlay:main commit in: dev-texlive/texlive-context/ X-VCS-Repository: proj/tex-overlay X-VCS-Files: dev-texlive/texlive-context/texlive-context-2023_p69108.ebuild X-VCS-Directories: dev-texlive/texlive-context/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ab613b095756049f6650ebd36138651f3099be52 X-VCS-Branch: main Date: Wed, 21 Feb 2024 09:17:25 +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: 171124d0-6fd0-4f76-8b18-115623ee2e84 X-Archives-Hash: 33ff7015ae544f952f33bb12ef4c2835 commit: ab613b095756049f6650ebd36138651f3099be52 Author: Florian Schmaus gentoo org> AuthorDate: Wed Feb 21 09:16:11 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Feb 21 09:16:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=ab613b09 dev-texlive/texlive-context: add DEPEND on texlive-core[xetex] Closes: https://bugs.gentoo.org/924835 Signed-off-by: Florian Schmaus gentoo.org> dev-texlive/texlive-context/texlive-context-2023_p69108.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-texlive/texlive-context/texlive-context-2023_p69108.ebuild b/dev-texlive/texlive-context/texlive-context-2023_p69108.ebuild index 13819ba..82bd6c0 100644 --- a/dev-texlive/texlive-context/texlive-context-2023_p69108.ebuild +++ b/dev-texlive/texlive-context/texlive-context-2023_p69108.ebuild @@ -69,6 +69,7 @@ RDEPEND=" " DEPEND=" ${COMMON_DEPEND} + >=app-text/texlive-core-2023[xetex] " src_prepare() { default