diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-05 21:23:41 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-05 21:25:51 +0200 |
commit | dea2b2da54ed005a83a6ca398b6cfc151622a685 (patch) | |
tree | 95b4e0137d84eb8e19c8eb748119da18f453330a /www-apps/klaus | |
parent | media-sound/vmpk: updated dependency version in 0.8.4 (diff) | |
download | gentoo-dea2b2da54ed005a83a6ca398b6cfc151622a685.tar.gz gentoo-dea2b2da54ed005a83a6ca398b6cfc151622a685.tar.bz2 gentoo-dea2b2da54ed005a83a6ca398b6cfc151622a685.zip |
www-apps/klaus: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-apps/klaus')
-rw-r--r-- | www-apps/klaus/klaus-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/klaus/klaus-1.5.2.ebuild b/www-apps/klaus/klaus-1.5.2.ebuild index c95b4a0b0ac8..602bd7a5eb1e 100644 --- a/www-apps/klaus/klaus-1.5.2.ebuild +++ b/www-apps/klaus/klaus-1.5.2.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,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |