diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-19 23:15:37 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-19 23:15:37 +0200 |
commit | 41de59c3a78e8ab3f0ee8844e31ceeb78d59f281 (patch) | |
tree | 6654998dd4b63e7c9f70116abf14d332ad05fa6a /dev-python/sabyenc/sabyenc-4.0.2.ebuild | |
parent | dev-python/httpstat: bump to v1.3.0 (diff) | |
download | gentoo-41de59c3a78e8ab3f0ee8844e31ceeb78d59f281.tar.gz gentoo-41de59c3a78e8ab3f0ee8844e31ceeb78d59f281.tar.bz2 gentoo-41de59c3a78e8ab3f0ee8844e31ceeb78d59f281.zip |
dev-python/sabyenc: add Python 3.9 support
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/sabyenc/sabyenc-4.0.2.ebuild')
-rw-r--r-- | dev-python/sabyenc/sabyenc-4.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sabyenc/sabyenc-4.0.2.ebuild b/dev-python/sabyenc/sabyenc-4.0.2.ebuild index 6c6fdf9e58be..e3ab793f60f2 100644 --- a/dev-python/sabyenc/sabyenc-4.0.2.ebuild +++ b/dev-python/sabyenc/sabyenc-4.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 |