Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Fri, 07 Aug 2020 23:24:48
Message-Id: 1596842598.86d014452439ad4f3144c527349447604db8ce59.asturm@gentoo
1 commit: 86d014452439ad4f3144c527349447604db8ce59
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 12:07:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 23:23:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d01445
7
8 app-office/libreoffice: python3_9
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/libreoffice/libreoffice-6.4.9999.ebuild | 2 +-
14 app-office/libreoffice/libreoffice-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-office/libreoffice/libreoffice-6.4.9999.ebuild b/app-office/libreoffice/libreoffice-6.4.9999.ebuild
18 index e10dd60165c..1a1a96143b5 100644
19 --- a/app-office/libreoffice/libreoffice-6.4.9999.ebuild
20 +++ b/app-office/libreoffice/libreoffice-6.4.9999.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7,8} )
26 +PYTHON_COMPAT=( python3_{6,7,8,9} )
27 PYTHON_REQ_USE="threads(+),xml"
28
29 MY_PV="${PV/_alpha/.alpha}"
30
31 diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
32 index de3b7091392..3cd82d82602 100644
33 --- a/app-office/libreoffice/libreoffice-9999.ebuild
34 +++ b/app-office/libreoffice/libreoffice-9999.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python3_{6,7,8} )
40 +PYTHON_COMPAT=( python3_{6,7,8,9} )
41 PYTHON_REQ_USE="threads(+),xml"
42
43 MY_PV="${PV/_alpha/.alpha}"