diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-07-07 00:07:01 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-07-07 00:07:12 +0200 |
commit | 3c6804d965e666f63411b150d477c23e2099178f (patch) | |
tree | 9314542e358f4abfad219ba14dbd92dd55171eef | |
parent | dev-python/python-lhafile: Formally flag that the tests do not work (diff) | |
download | gentoo-3c6804d965e666f63411b150d477c23e2099178f.tar.gz gentoo-3c6804d965e666f63411b150d477c23e2099178f.tar.bz2 gentoo-3c6804d965e666f63411b150d477c23e2099178f.zip |
media-sound/soundconverter: It works with python 3.9
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r-- | media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild index 4c1974a8d57b..cfb00ad24e9e 100644 --- a/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild +++ b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit gnome2 python-single-r1 |