diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-02 20:21:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-02 20:27:13 +0100 |
commit | 2d337da8cae2c579cc96068de531d0f7c3613f79 (patch) | |
tree | 2dc58fad010c113113d002eef70113c57e96f92c /app-office | |
parent | dev-qt/qtbase: apply patch for -march compat (diff) | |
download | gentoo-2d337da8cae2c579cc96068de531d0f7c3613f79.tar.gz gentoo-2d337da8cae2c579cc96068de531d0f7c3613f79.tar.bz2 gentoo-2d337da8cae2c579cc96068de531d0f7c3613f79.zip |
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@gentoo.org>
Diffstat (limited to 'app-office')
4 files changed, 0 insertions, 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 |