diff options
author | Sam James <sam@gentoo.org> | 2021-06-01 12:07:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 12:07:45 +0000 |
commit | 1057e5c9778a940e9960622f529a450b9beefd90 (patch) | |
tree | 422b93b8869221631a755f625e72e7cde0aea6ee /dev-cpp | |
parent | sci-geosciences/gpsd: add Python 3.9 to live too (diff) | |
download | gentoo-1057e5c9778a940e9960622f529a450b9beefd90.tar.gz gentoo-1057e5c9778a940e9960622f529a450b9beefd90.tar.bz2 gentoo-1057e5c9778a940e9960622f529a450b9beefd90.zip |
dev-cpp/ctemplate: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/ctemplate/ctemplate-2.4.ebuild b/dev-cpp/ctemplate/ctemplate-2.4.ebuild index 1d82a92bb5de..0c28fddff04c 100644 --- a/dev-cpp/ctemplate/ctemplate-2.4.ebuild +++ b/dev-cpp/ctemplate/ctemplate-2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools elisp-common python-any-r1 |