diff options
author | Sam James <sam@gentoo.org> | 2022-06-21 06:30:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-21 06:30:30 +0100 |
commit | e31cebb6d59e70cb1bcda797ef94ac834c42857f (patch) | |
tree | b00bcc311798a7af4ac2e9670773b2a524a3e375 /media-sound | |
parent | sys-libs/gpm: drop 1.20.7-r3 (diff) | |
download | gentoo-e31cebb6d59e70cb1bcda797ef94ac834c42857f.tar.gz gentoo-e31cebb6d59e70cb1bcda797ef94ac834c42857f.tar.bz2 gentoo-e31cebb6d59e70cb1bcda797ef94ac834c42857f.zip |
media-sound/apetag: enable py3.10
Closes: https://bugs.gentoo.org/846047
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/apetag/apetag-1.12-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/apetag/apetag-1.12-r3.ebuild b/media-sound/apetag/apetag-1.12-r3.ebuild index d34b04e2b1aa..3b2b3d33e1d3 100644 --- a/media-sound/apetag/apetag-1.12-r3.ebuild +++ b/media-sound/apetag/apetag-1.12-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-single-r1 toolchain-funcs |