diff options
author | Sam James <sam@gentoo.org> | 2022-04-13 00:48:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-13 00:48:53 +0100 |
commit | f1cd1c6fcdf419953be361fbff12391dbe695d0d (patch) | |
tree | ba8fab1342437bd339c06735bf57cf086e6802c0 /app-office | |
parent | app-office/mdbtools: keyword 1.0.0 for ~riscv (diff) | |
download | gentoo-f1cd1c6fcdf419953be361fbff12391dbe695d0d.tar.gz gentoo-f1cd1c6fcdf419953be361fbff12391dbe695d0d.tar.bz2 gentoo-f1cd1c6fcdf419953be361fbff12391dbe695d0d.zip |
app-office/libreoffice: fix --with-webdav option (runtime problems)
Not clear how this actually deviates from the default but multiple
people report this fixing the issue for them.
Closes: https://bugs.gentoo.org/834438
Acked-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.2.6.2-r1.ebuild (renamed from app-office/libreoffice/libreoffice-7.2.6.2.ebuild) | 2 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-7.3.2.2-r1.ebuild (renamed from app-office/libreoffice/libreoffice-7.3.2.2.ebuild) | 2 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-7.3.9999.ebuild | 2 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-7.2.6.2.ebuild b/app-office/libreoffice/libreoffice-7.2.6.2-r1.ebuild index e62667b537b0..82b0fcb88f40 100644 --- a/app-office/libreoffice/libreoffice-7.2.6.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.2.6.2-r1.ebuild @@ -503,7 +503,7 @@ src_configure() { --with-system-ucpp --with-tls=nss --with-vendor="Gentoo Foundation" - --with-webdav + --with-webdav="neon" --with-x --without-fonts --without-myspell-dicts diff --git a/app-office/libreoffice/libreoffice-7.3.2.2.ebuild b/app-office/libreoffice/libreoffice-7.3.2.2-r1.ebuild index a516928958fc..52d4e539465a 100644 --- a/app-office/libreoffice/libreoffice-7.3.2.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.3.2.2-r1.ebuild @@ -511,7 +511,7 @@ src_configure() { --with-system-ucpp --with-tls=nss --with-vendor="Gentoo Foundation" - --with-webdav + --with-webdav="neon" --with-x --without-fonts --without-myspell-dicts diff --git a/app-office/libreoffice/libreoffice-7.3.9999.ebuild b/app-office/libreoffice/libreoffice-7.3.9999.ebuild index 6b265eb5bf1e..d21640a76c4a 100644 --- a/app-office/libreoffice/libreoffice-7.3.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.3.9999.ebuild @@ -508,7 +508,7 @@ src_configure() { --with-system-ucpp --with-tls=nss --with-vendor="Gentoo Foundation" - --with-webdav + --with-webdav="neon" --with-x --without-fonts --without-myspell-dicts diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 73154bc2f905..60baac70da26 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -508,7 +508,7 @@ src_configure() { --with-system-ucpp --with-tls=nss --with-vendor="Gentoo Foundation" - --with-webdav + --with-webdav="neon" --with-x --without-fonts --without-myspell-dicts |