diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-23 12:19:32 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-23 12:19:48 +0200 |
commit | dc670f2192cff992a64e52097bac33ec59dfeade (patch) | |
tree | 245578178fdcab97c47d2b205d03052572afe911 /media-sound | |
parent | dev-tcltk/tclpython: enable python 3.9 (diff) | |
download | gentoo-dc670f2192cff992a64e52097bac33ec59dfeade.tar.gz gentoo-dc670f2192cff992a64e52097bac33ec59dfeade.tar.bz2 gentoo-dc670f2192cff992a64e52097bac33ec59dfeade.zip |
media-sound/klick: py3_9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/klick/klick-0.12.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/klick/klick-0.12.2-r2.ebuild b/media-sound/klick/klick-0.12.2-r2.ebuild index 0c783a18a695..d7417732e2e2 100644 --- a/media-sound/klick/klick-0.12.2-r2.ebuild +++ b/media-sound/klick/klick-0.12.2-r2.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..9} ) inherit python-any-r1 scons-utils toolchain-funcs |