Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/whipper/
Date: Wed, 19 Aug 2020 18:46:27
Message-Id: 1597862778.b14a79534417018cbb148f96b69cab83006dad93.sam@gentoo
1 commit: b14a79534417018cbb148f96b69cab83006dad93
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Tue Aug 11 18:12:05 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 18:46:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14a7953
7
8 media-sound/whipper: add python3.8 support
9
10 Closes: https://bugs.gentoo.org/736364
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
13 Closes: https://github.com/gentoo/gentoo/pull/17085
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 media-sound/whipper/whipper-0.9.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-sound/whipper/whipper-0.9.0.ebuild b/media-sound/whipper/whipper-0.9.0.ebuild
20 index c89a9f317c1..8875ed087dc 100644
21 --- a/media-sound/whipper/whipper-0.9.0.ebuild
22 +++ b/media-sound/whipper/whipper-0.9.0.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29
30 -PYTHON_COMPAT=( python3_{6,7} )
31 +PYTHON_COMPAT=( python3_{6,7,8} )
32
33 inherit distutils-r1