From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 285F3158128 for ; Sun, 15 Jun 2025 20:24:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0BF9734224F for ; Sun, 15 Jun 2025 20:24:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EE1B61104D9; Sun, 15 Jun 2025 20:24:22 +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 bobolink.gentoo.org (Postfix) with ESMTPS id DD8FF1104D9 for ; Sun, 15 Jun 2025 20:24:22 +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 80A3834224F for ; Sun, 15 Jun 2025 20:24:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E56A31F9C for ; Sun, 15 Jun 2025 20:24:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1750019025.bc1d1c474fbfcbfcc783344fe565522e51d6f94f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/files/libreoffice-25.2.4.3-gcc16.patch X-VCS-Directories: app-office/libreoffice/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc1d1c474fbfcbfcc783344fe565522e51d6f94f X-VCS-Branch: master Date: Sun, 15 Jun 2025 20:24:20 +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: f13d81ba-bcde-4873-8b68-01366d26cbfc X-Archives-Hash: 754884707956e9c4bb33ae45bb4df241 commit: bc1d1c474fbfcbfcc783344fe565522e51d6f94f Author: Sam James gentoo org> AuthorDate: Sun Jun 15 20:23:45 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 15 20:23:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1d1c47 app-office/libreoffice: add another GCC 16 fix Signed-off-by: Sam James gentoo.org> .../files/libreoffice-25.2.4.3-gcc16.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/app-office/libreoffice/files/libreoffice-25.2.4.3-gcc16.patch b/app-office/libreoffice/files/libreoffice-25.2.4.3-gcc16.patch index 2ac9d5929691..50a96a6c9db5 100644 --- a/app-office/libreoffice/files/libreoffice-25.2.4.3-gcc16.patch +++ b/app-office/libreoffice/files/libreoffice-25.2.4.3-gcc16.patch @@ -3,6 +3,7 @@ https://github.com/LibreOffice/core/commit/0084c2b22ce26084df5a379135ba8ac174585 https://github.com/LibreOffice/core/commit/19c32b44fead600118377417012b111a4f238766 https://gerrit.libreoffice.org/c/core/+/186476/1 https://gerrit.libreoffice.org/c/core/+/186477/1 +https://gerrit.libreoffice.org/c/core/+/186504 From 6ebc3c540f2aa13363e3dcb32a44bfa2c7f66a9f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann @@ -105,3 +106,23 @@ Change-Id: I274aca50232290ec05be9ea2700720526b8f761d -- 2.49.0 +From 347f9e349fbe6e1b9a7b381aed7f4a5b67deebd5 Mon Sep 17 00:00:00 2001 +Message-ID: <347f9e349fbe6e1b9a7b381aed7f4a5b67deebd5.1750018991.git.sam@gentoo.org> +From: Sam James +Date: Sat, 14 Jun 2025 19:35:34 +0100 +Subject: [PATCH] starmath: include for uint_fast8_t + +Change-Id: I2a6576d2d853dd6b34c0ea69287690b462f194e1 +--- a/starmath/inc/mathml/def.hxx ++++ b/starmath/inc/mathml/def.hxx +@@ -10,6 +10,7 @@ + #pragma once + + #include ++#include + + /* All possible data needed to do the job outside mathml limits */ + // Ml prefix means it is part of mathml standard +-- +2.49.0 +