diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-23 14:12:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-23 14:12:45 +0200 |
commit | 2930abe3b9632c68085e373515e30ab26b8de433 (patch) | |
tree | 759ca51ef14adce5ce70df0b66cee7a035d5a758 /app-office/libreoffice | |
parent | app-text/poppler: drop 24.06.0 (diff) | |
download | gentoo-2930abe3b9632c68085e373515e30ab26b8de433.tar.gz gentoo-2930abe3b9632c68085e373515e30ab26b8de433.tar.bz2 gentoo-2930abe3b9632c68085e373515e30ab26b8de433.zip |
app-office/libreoffice: Disable tests causing sandbox error
Bug: https://bugs.gentoo.org/933257
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/libreoffice')
4 files changed, 4 insertions, 0 deletions
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 |