diff options
author | Quentin Retornaz <gentoo@retornaz.com> | 2020-08-11 20:12:05 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-19 18:46:18 +0000 |
commit | b14a79534417018cbb148f96b69cab83006dad93 (patch) | |
tree | 152be5ab082b6e12af2dd7adf419486dd1565336 /media-sound/whipper | |
parent | dev-perl/ExtUtils-CppGuess: Bump to version 0.140.0 (diff) | |
download | gentoo-b14a79534417018cbb148f96b69cab83006dad93.tar.gz gentoo-b14a79534417018cbb148f96b69cab83006dad93.tar.bz2 gentoo-b14a79534417018cbb148f96b69cab83006dad93.zip |
media-sound/whipper: add python3.8 support
Closes: https://bugs.gentoo.org/736364
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Closes: https://github.com/gentoo/gentoo/pull/17085
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/whipper')
-rw-r--r-- | media-sound/whipper/whipper-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/whipper/whipper-0.9.0.ebuild b/media-sound/whipper/whipper-0.9.0.ebuild index c89a9f317c12..8875ed087dc4 100644 --- a/media-sound/whipper/whipper-0.9.0.ebuild +++ b/media-sound/whipper/whipper-0.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |