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 44EE2158041 for ; Sun, 24 Mar 2024 19:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 638B4E2A11; Sun, 24 Mar 2024 19:36:34 +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 44B3AE2A11 for ; Sun, 24 Mar 2024 19:36:34 +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 85C04343097 for ; Sun, 24 Mar 2024 19:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23260B6D for ; Sun, 24 Mar 2024 19:36:32 +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: <1711308800.612b9662b9e7dc2d86cd46b586dfd40d75185ecc.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2023-r4.ebuild app-text/texlive-core/texlive-core-2023-r5.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 612b9662b9e7dc2d86cd46b586dfd40d75185ecc X-VCS-Branch: master Date: Sun, 24 Mar 2024 19:36:32 +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: 46294a44-c91a-4d16-be93-f8e14ac5302d X-Archives-Hash: dd608972c5335f9a2b99519e1ea28848 commit: 612b9662b9e7dc2d86cd46b586dfd40d75185ecc Author: Florian Schmaus gentoo org> AuthorDate: Sun Mar 24 19:17:54 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Mar 24 19:33:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612b9662 app-text/texlive-core: call reautoconf to apply cairo build fixes, drop --enable-year2038 Disable --enable-year2038 while it snuck in during testing of the new texlive 2023 ebuilds. Closes: https://bugs.gentoo.org/927714 Signed-off-by: Florian Schmaus gentoo.org> .../{texlive-core-2023-r4.ebuild => texlive-core-2023-r5.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-text/texlive-core/texlive-core-2023-r4.ebuild b/app-text/texlive-core/texlive-core-2023-r5.ebuild similarity index 98% rename from app-text/texlive-core/texlive-core-2023-r4.ebuild rename to app-text/texlive-core/texlive-core-2023-r5.ebuild index 835a9543f9e5..0baed94ace9b 100644 --- a/app-text/texlive-core/texlive-core-2023-r4.ebuild +++ b/app-text/texlive-core/texlive-core-2023-r5.ebuild @@ -225,6 +225,10 @@ src_prepare() { default elibtoolize + + # Drop this once cairo's autoconf patches are gone. See + # https://bugs.gentoo.org/927714#c4 and https://bugs.gentoo.org/853121. + "${S}"/reautoconf libs/cairo || die } src_configure() { @@ -271,7 +275,6 @@ src_configure() { --enable-tektronixwin --enable-unitermwin --enable-vlna - --enable-year2038 --disable-psutils --disable-t1utils --enable-ipc