From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1596103-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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DB04915838C
	for <garchives@archives.gentoo.org>; Wed, 31 Jan 2024 19:20:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 074102BC018;
	Wed, 31 Jan 2024 19:20:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DB3A42BC018
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jan 2024 19:20:23 +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 119FC3431F4
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jan 2024 19:20:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7699013AA
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jan 2024 19:20:21 +0000 (UTC)
From: "Florian Schmaus" <flow@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, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1706728814.c47ae60306aaf7afc46f72c7702dec3b7472b4b4.flow@gentoo>
Subject: [gentoo-commits] proj/tex-overlay:main commit in: dev-texlive/texlive-luatex/
X-VCS-Repository: proj/tex-overlay
X-VCS-Files: dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
X-VCS-Directories: dev-texlive/texlive-luatex/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: c47ae60306aaf7afc46f72c7702dec3b7472b4b4
X-VCS-Branch: main
Date: Wed, 31 Jan 2024 19:20: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: e7f53fb1-9e76-44b3-9b27-25cf3d89a945
X-Archives-Hash: 4850616e7abe8e5930d7adc05eacf55d

commit:     c47ae60306aaf7afc46f72c7702dec3b7472b4b4
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 31 19:19:13 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan 31 19:20:14 2024 +0000
URL:        https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=c47ae603

dev-texlive/texlive-luatex: add link to bug

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild b/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
index 5e9dd19..06d971e 100644
--- a/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
+++ b/dev-texlive/texlive-luatex/texlive-luatex-2023_p68053.ebuild
@@ -263,5 +263,6 @@ TEXLIVE_MODULE_BINLINKS="
 
 src_prepare() {
 	default
+	# https://bugs.gentoo.org/865203
 	hprefixify texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua
 }