diff options
author | Sam James <sam@gentoo.org> | 2021-05-30 08:52:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-30 09:52:52 +0000 |
commit | 26a7a20e6d5b96d77671c86c1daf8fa91fa893ab (patch) | |
tree | 34707a77db223f2650fad5d0220faa11e2c50bf9 /app-editors | |
parent | dev-vcs/subversion: add Python 3.9 (diff) | |
download | gentoo-26a7a20e6d5b96d77671c86c1daf8fa91fa893ab.tar.gz gentoo-26a7a20e6d5b96d77671c86c1daf8fa91fa893ab.tar.bz2 gentoo-26a7a20e6d5b96d77671c86c1daf8fa91fa893ab.zip |
app-editors/texworks: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/texworks/texworks-0.6.5-r100.ebuild | 2 | ||||
-rw-r--r-- | 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 1628e0d54dd2..96988d112350 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 f130e1a29fa8..c8e354eb858d 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 |