commit: b14a79534417018cbb148f96b69cab83006dad93 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com> AuthorDate: Tue Aug 11 18:12:05 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 19 18:46:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14a7953
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 <AT> retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/17085 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/whipper/whipper-0.9.0.ebuild | 4 ++-- 1 file 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 c89a9f317c1..8875ed087dc 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
