commit: 26a7a20e6d5b96d77671c86c1daf8fa91fa893ab
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 08:52:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 30 09:52:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a7a20e
app-editors/texworks: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/texworks/texworks-0.6.5-r100.ebuild | 2 +-
app-editors/texworks/texworks-0.6.6.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/texworks/texworks-0.6.5-r100.ebuild
b/app-editors/texworks/texworks-0.6.5-r100.ebuild
index 1628e0d54dd..96988d11235 100644
--- a/app-editors/texworks/texworks-0.6.5-r100.ebuild
+++ b/app-editors/texworks/texworks-0.6.5-r100.ebuild
@@ -4,7 +4,7 @@
EAPI=7
LUA_COMPAT=( lua5-{1..3} )
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit lua-single python-single-r1 cmake virtualx xdg-utils
diff --git a/app-editors/texworks/texworks-0.6.6.ebuild
b/app-editors/texworks/texworks-0.6.6.ebuild
index f130e1a29fa..c8e354eb858 100644
--- a/app-editors/texworks/texworks-0.6.6.ebuild
+++ b/app-editors/texworks/texworks-0.6.6.ebuild
@@ -4,7 +4,7 @@
EAPI=7
LUA_COMPAT=( lua5-{1..3} )
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit lua-single python-single-r1 cmake virtualx xdg-utils