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 C92691582EF for ; Sun, 23 Feb 2025 01:45:53 +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 B1A3234314B for ; Sun, 23 Feb 2025 01:45:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9E38B110470; Sun, 23 Feb 2025 01:45:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 930291102A2 for ; Sun, 23 Feb 2025 01:45:52 +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 3FC64343155 for ; Sun, 23 Feb 2025 01:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B17B107A for ; Sun, 23 Feb 2025 01:45:50 +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: <1740274317.e4c5cf5c9dd24909f5b24c905a6c506d83796453.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-25.2.1.1.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4c5cf5c9dd24909f5b24c905a6c506d83796453 X-VCS-Branch: master Date: Sun, 23 Feb 2025 01:45:50 +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: 1bc77c08-27ea-46b6-86dc-9ddd8f594193 X-Archives-Hash: 309f13bd6500d4e4fa803029ce490acb commit: e4c5cf5c9dd24909f5b24c905a6c506d83796453 Author: Sam James gentoo org> AuthorDate: Sun Feb 23 00:17:11 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 23 01:31:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c5cf5c app-office/libreoffice: don't call coredumpctl in src_test This needs additional privileges and we generally consider it to be something we don't want in an ebuild context. Also, fix a comment typo. Signed-off-by: Sam James gentoo.org> app-office/libreoffice/libreoffice-25.2.1.1.ebuild | 4 +++- app-office/libreoffice/libreoffice-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-office/libreoffice/libreoffice-25.2.1.1.ebuild b/app-office/libreoffice/libreoffice-25.2.1.1.ebuild index 75b71dffca30..3507e0605f68 100644 --- a/app-office/libreoffice/libreoffice-25.2.1.1.ebuild +++ b/app-office/libreoffice/libreoffice-25.2.1.1.ebuild @@ -489,13 +489,15 @@ src_configure() { --disable-firebird-sdbc --disable-gtk3 --disable-gtk3-kde5 - # Coveered by our own toolchain defaults + # Covered by our own toolchain defaults --disable-hardening-flags --disable-online-update --disable-openssl --disable-pdfium --disable-qt5 --disable-qt6-multimedia + # Don't try to call coredumpctl in the testsuite + --without-coredumpctl --without-dotnet --with-extra-buildid="${gentoo_buildid}" --enable-extension-integration diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index f99706c20250..010037b1b9b5 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -489,13 +489,15 @@ src_configure() { --disable-firebird-sdbc --disable-gtk3 --disable-gtk3-kde5 - # Coveered by our own toolchain defaults + # Covered by our own toolchain defaults --disable-hardening-flags --disable-online-update --disable-openssl --disable-pdfium --disable-qt5 --disable-qt6-multimedia + # Don't try to call coredumpctl in the testsuite + --without-coredumpctl --without-dotnet --with-extra-buildid="${gentoo_buildid}" --enable-extension-integration