Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/
Date: Sun, 30 May 2021 09:53:08
Message-Id: 1622368372.26a7a20e6d5b96d77671c86c1daf8fa91fa893ab.sam@gentoo
1 commit: 26a7a20e6d5b96d77671c86c1daf8fa91fa893ab
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 08:52:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 09:52:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a7a20e
7
8 app-editors/texworks: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/texworks/texworks-0.6.5-r100.ebuild | 2 +-
13 app-editors/texworks/texworks-0.6.6.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-editors/texworks/texworks-0.6.5-r100.ebuild b/app-editors/texworks/texworks-0.6.5-r100.ebuild
17 index 1628e0d54dd..96988d11235 100644
18 --- a/app-editors/texworks/texworks-0.6.5-r100.ebuild
19 +++ b/app-editors/texworks/texworks-0.6.5-r100.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 LUA_COMPAT=( lua5-{1..3} )
24 -PYTHON_COMPAT=( python{3_7,3_8} )
25 +PYTHON_COMPAT=( python3_{7,8,9} )
26
27 inherit lua-single python-single-r1 cmake virtualx xdg-utils
28
29
30 diff --git a/app-editors/texworks/texworks-0.6.6.ebuild b/app-editors/texworks/texworks-0.6.6.ebuild
31 index f130e1a29fa..c8e354eb858 100644
32 --- a/app-editors/texworks/texworks-0.6.6.ebuild
33 +++ b/app-editors/texworks/texworks-0.6.6.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=7
36
37 LUA_COMPAT=( lua5-{1..3} )
38 -PYTHON_COMPAT=( python{3_7,3_8} )
39 +PYTHON_COMPAT=( python3_{7,8,9} )
40
41 inherit lua-single python-single-r1 cmake virtualx xdg-utils