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: Tue, 05 Feb 2019 23:27:32
Message-Id: 1549409202.b58527833ce20ad5583fc1dfc5e3e15ee3e0537a.asturm@gentoo
1 commit: b58527833ce20ad5583fc1dfc5e3e15ee3e0537a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 17:00:42 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 23:26:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5852783
7
8 app-office/libreoffice: Drop python3_4
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/libreoffice/libreoffice-6.2.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.2.9999.ebuild b/app-office/libreoffice/libreoffice-6.2.9999.ebuild
18 index 714cb3be6dc..87a78508588 100644
19 --- a/app-office/libreoffice/libreoffice-6.2.9999.ebuild
20 +++ b/app-office/libreoffice/libreoffice-6.2.9999.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
26 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
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 6536b71f535..20e311f8d5c 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=6
38
39 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
40 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
41 PYTHON_REQ_USE="threads(+),xml"
42
43 MY_PV="${PV/_alpha/.alpha}"