diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-12-05 19:09:11 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-12-05 19:09:22 +0100 |
commit | 6990d46629db1313382eeb46fc2d04f12d752765 (patch) | |
tree | ac758de72f95a3878a3ea494682630cb189c1c4a /media-sound/soundconverter | |
parent | dev-python/tld: 0.12.3 bump (diff) | |
download | gentoo-6990d46629db1313382eeb46fc2d04f12d752765.tar.gz gentoo-6990d46629db1313382eeb46fc2d04f12d752765.tar.bz2 gentoo-6990d46629db1313382eeb46fc2d04f12d752765.zip |
media-sound/soundconverter: Support python 3.8
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-sound/soundconverter')
-rw-r--r-- | media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild index 6cf4ced20962..45b51787eec5 100644 --- a/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild +++ b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit gnome2 python-single-r1 |