mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user