app-office/libreoffice: Raise minimum dev-cpp/libcmis version to 0.6.2

Made necessary by follow-up patch backported from 7.5.9.1.

Closes: https://bugs.gentoo.org/917752
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2023-11-23 00:08:28 +01:00
parent 955b7ff649
commit de0a360faa

View File

@@ -126,7 +126,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=app-text/libwps-0.4
app-text/mythes
>=dev-cpp/clucene-2.3.3.4-r2
>=dev-cpp/libcmis-0.5.2-r2:=
>=dev-cpp/libcmis-0.6.2:0=
dev-db/unixODBC
dev-lang/perl
dev-libs/boost:=[nls]
@@ -299,6 +299,7 @@ PATCHES=(
"${FILESDIR}/libreoffice-7.5.8.2-icu-74-compatibility.patch"
# 7.5.9.1
"${FILESDIR}/${P}-libcmis-0.6.patch" # prerequisite for below
"${FILESDIR}/${P}-curl-8.3.0-mitigation.patch" # bug 891903(?)
# git master
@@ -354,10 +355,6 @@ src_unpack() {
}
src_prepare() {
if has_version '>=dev-cpp/libcmis-0.6.1'; then
PATCHES+=( "${FILESDIR}/${P}-libcmis-0.6.patch" ) # from 7.5.9.1
fi
default
# sandbox violations on many systems, we don't need it. Bug #646406