From 9594c83b135168d79ef93a37b5cad25a762f6be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 31 Jan 2021 09:17:20 +0100 Subject: [PATCH] libreoffice: build with python 3.7 --- app-office/libreoffice/libreoffice-6.4.7.2.recipe | 4 ++-- app-office/libreoffice/libreoffice-7.1.0.1.recipe | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-office/libreoffice/libreoffice-6.4.7.2.recipe b/app-office/libreoffice/libreoffice-6.4.7.2.recipe index 6d0a519d2..eae7ca641 100644 --- a/app-office/libreoffice/libreoffice-6.4.7.2.recipe +++ b/app-office/libreoffice/libreoffice-6.4.7.2.recipe @@ -17,7 +17,7 @@ and Open Source office suite on the market: HOMEPAGE="https://www.libreoffice.org/" COPYRIGHT="2000-2020 LibreOffice contributors" LICENSE="MPL v2.0" -REVISION="4" +REVISION="5" SOURCE_URI="https://github.com/LibreOffice/core/archive/libreoffice-$portVersion.tar.gz" SOURCE_DIR="core-libreoffice-$portVersion" @@ -255,7 +255,7 @@ BUILD_PREREQUIRES=" cmd:perl cmd:pkg_config$secondaryArchSuffix cmd:python2.7 - cmd:python3.6 + cmd:python3.7 cmd:ucpp cmd:which cmd:xz diff --git a/app-office/libreoffice/libreoffice-7.1.0.1.recipe b/app-office/libreoffice/libreoffice-7.1.0.1.recipe index fe7c53e35..32d8c02d9 100644 --- a/app-office/libreoffice/libreoffice-7.1.0.1.recipe +++ b/app-office/libreoffice/libreoffice-7.1.0.1.recipe @@ -17,7 +17,7 @@ and Open Source office suite on the market: HOMEPAGE="https://www.libreoffice.org/" COPYRIGHT="2000-2020 LibreOffice contributors" LICENSE="MPL v2.0" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/LibreOffice/core/archive/libreoffice-$portVersion.tar.gz" SOURCE_DIR="core-libreoffice-$portVersion" @@ -257,7 +257,7 @@ BUILD_PREREQUIRES=" cmd:patch cmd:perl cmd:pkg_config$secondaryArchSuffix - cmd:python3.6 + cmd:python3.7 cmd:ucpp cmd:which cmd:xz