diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-14 14:35:57 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-14 15:12:26 +0300 |
commit | c7ef080d205131adc41c5fc209f68aebcc58d8b7 (patch) | |
tree | aabee8c7a583faf1fd27c3027ca9a5c42e3f93b7 /dev-cpp | |
parent | dev-lang/lazarus: add 2.0.12 (diff) | |
download | gentoo-c7ef080d205131adc41c5fc209f68aebcc58d8b7.tar.gz gentoo-c7ef080d205131adc41c5fc209f68aebcc58d8b7.tar.bz2 gentoo-c7ef080d205131adc41c5fc209f68aebcc58d8b7.zip |
dev-cpp/ctemplate: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/ctemplate/ctemplate-2.4.ebuild b/dev-cpp/ctemplate/ctemplate-2.4.ebuild index 0c28fddff04c..369e0bd725d5 100644 --- a/dev-cpp/ctemplate/ctemplate-2.4.ebuild +++ b/dev-cpp/ctemplate/ctemplate-2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools elisp-common python-any-r1 |