commit: 2d337da8cae2c579cc96068de531d0f7c3613f79 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 2 19:21:05 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Mar 2 19:27:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d337da8
app-office/libreoffice: Drop obsolete dependency and configure flag Upstream commits: 023ebf17898db4bca63129f079fd90b5cf76c1a9 (ucb: remove --with-webdav=neon) df9cbdd22658131b881e6527467c8e2a2dd36c70 (Drop remnants of --with-webdav=neon) 2177f48b16b8cd68c0ef4ec817ca391f28324418 (Simplify --with-webdav) Bug: https://bugs.gentoo.org/891903 Bug: https://bugs.gentoo.org/834438 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/libreoffice/libreoffice-7.4.9999.ebuild | 2 -- app-office/libreoffice/libreoffice-7.5.1.2.ebuild | 2 -- app-office/libreoffice/libreoffice-7.5.9999.ebuild | 2 -- app-office/libreoffice/libreoffice-9999.ebuild | 2 -- 4 files changed, 8 deletions(-) diff --git a/app-office/libreoffice/libreoffice-7.4.9999.ebuild b/app-office/libreoffice/libreoffice-7.4.9999.ebuild index 10f50893b27b..9a7c645b7420 100644 --- a/app-office/libreoffice/libreoffice-7.4.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.4.9999.ebuild @@ -163,7 +163,6 @@ COMMON_DEPEND="${PYTHON_DEPS} media-libs/openjpeg:= media-libs/tiff:= media-libs/zxing-cpp:= - >=net-libs/neon-0.31.1:= net-misc/curl sci-mathematics/lpsolve:= sys-libs/zlib @@ -499,7 +498,6 @@ src_configure() { --with-system-ucpp --with-tls=nss --with-vendor="Gentoo Foundation" - --with-webdav="neon" --with-x --without-fonts --without-myspell-dicts diff --git a/app-office/libreoffice/libreoffice-7.5.1.2.ebuild b/app-office/libreoffice/libreoffice-7.5.1.2.ebuild index 7fdc6efe49a9..ace8f982e074 100644 --- a/app-office/libreoffice/libreoffice-7.5.1.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.5.1.2.ebuild @@ -163,7 +163,6 @@ COMMON_DEPEND="${PYTHON_DEPS} media-libs/openjpeg:= media-libs/tiff:= media-libs/zxing-cpp:= - >=net-libs/neon-0.31.1:= net-misc/curl sci-mathematics/lpsolve:= sys-libs/zlib @@ -496,7 +495,6 @@ src_configure() { --with-system-openjpeg --with-tls=nss --with-vendor="Gentoo Foundation" - --with-webdav="neon" --with-x --without-fonts --without-myspell-dicts diff --git a/app-office/libreoffice/libreoffice-7.5.9999.ebuild b/app-office/libreoffice/libreoffice-7.5.9999.ebuild index 2037cb5ffcc6..2607ab8f2f33 100644 --- a/app-office/libreoffice/libreoffice-7.5.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.5.9999.ebuild @@ -163,7 +163,6 @@ COMMON_DEPEND="${PYTHON_DEPS} media-libs/openjpeg:= media-libs/tiff:= media-libs/zxing-cpp:= - >=net-libs/neon-0.31.1:= net-misc/curl sci-mathematics/lpsolve:= sys-libs/zlib @@ -496,7 +495,6 @@ src_configure() { --with-system-openjpeg --with-tls=nss --with-vendor="Gentoo Foundation" - --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 c16cb719cdf1..b00a53940ad6 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -163,7 +163,6 @@ COMMON_DEPEND="${PYTHON_DEPS} media-libs/openjpeg:= media-libs/tiff:= media-libs/zxing-cpp:= - >=net-libs/neon-0.31.1:= net-misc/curl sci-mathematics/lpsolve:= sys-libs/zlib @@ -496,7 +495,6 @@ src_configure() { --with-system-openjpeg --with-tls=nss --with-vendor="Gentoo Foundation" - --with-webdav="neon" --with-x --without-fonts --without-myspell-dicts
