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 7F36C15817D for ; Sun, 23 Jun 2024 12:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A770E2AD3; Sun, 23 Jun 2024 12:15:28 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6036FE2AD3 for ; Sun, 23 Jun 2024 12:15:28 +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 50F16335D1C for ; Sun, 23 Jun 2024 12:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E3AA1C65 for ; Sun, 23 Jun 2024 12:15:25 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1719144765.2930abe3b9632c68085e373515e30ab26b8de433.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild app-office/libreoffice/libreoffice-24.2.4.2-r10.ebuild app-office/libreoffice/libreoffice-24.2.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2930abe3b9632c68085e373515e30ab26b8de433 X-VCS-Branch: master Date: Sun, 23 Jun 2024 12:15: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: ff3c234a-bcbb-4265-b416-35b1587b7931 X-Archives-Hash: 2c9cb69634d9c36a1cee36ba47c4187f commit: 2930abe3b9632c68085e373515e30ab26b8de433 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 23 12:12:45 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 23 12:12:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2930abe3 app-office/libreoffice: Disable tests causing sandbox error Bug: https://bugs.gentoo.org/933257 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild | 1 + app-office/libreoffice/libreoffice-24.2.4.2-r10.ebuild | 1 + app-office/libreoffice/libreoffice-24.2.9999.ebuild | 1 + app-office/libreoffice/libreoffice-9999.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild b/app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild index 9ebd66de842f..e2d59019f820 100644 --- a/app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild @@ -501,6 +501,7 @@ src_configure() { --enable-python=system --enable-randr --enable-release-build + --disable-atspi-tests # bug 933257 --disable-breakpad --disable-bundle-mariadb --disable-ccache diff --git a/app-office/libreoffice/libreoffice-24.2.4.2-r10.ebuild b/app-office/libreoffice/libreoffice-24.2.4.2-r10.ebuild index a09f78e4d1c4..d3fd84524e48 100644 --- a/app-office/libreoffice/libreoffice-24.2.4.2-r10.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.4.2-r10.ebuild @@ -519,6 +519,7 @@ src_configure() { --enable-python=system --enable-randr --enable-release-build + --disable-atspi-tests # bug 933257 --disable-breakpad --disable-bundle-mariadb --disable-ccache diff --git a/app-office/libreoffice/libreoffice-24.2.9999.ebuild b/app-office/libreoffice/libreoffice-24.2.9999.ebuild index 7ba726491591..20bf4268cdef 100644 --- a/app-office/libreoffice/libreoffice-24.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.9999.ebuild @@ -511,6 +511,7 @@ src_configure() { --enable-python=system --enable-randr --enable-release-build + --disable-atspi-tests # bug 933257 --disable-breakpad --disable-bundle-mariadb --disable-ccache diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 7ba726491591..20bf4268cdef 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -511,6 +511,7 @@ src_configure() { --enable-python=system --enable-randr --enable-release-build + --disable-atspi-tests # bug 933257 --disable-breakpad --disable-bundle-mariadb --disable-ccache