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/beets/
Date: Fri, 14 May 2021 11:21:39
Message-Id: 1620991271.d428ee68a6b548419212a8a3e90115ab3c0121b5.sam@gentoo
1 commit: d428ee68a6b548419212a8a3e90115ab3c0121b5
2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
3 AuthorDate: Mon May 10 21:14:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 11:21:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d428ee68
7
8 media-sound/beets: enable Python3.9
9
10 Closes: https://bugs.gentoo.org/789141
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/20760
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 media-sound/beets/beets-1.4.9-r5.ebuild | 2 +-
17 media-sound/beets/beets-9999.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/media-sound/beets/beets-1.4.9-r5.ebuild b/media-sound/beets/beets-1.4.9-r5.ebuild
21 index 77bfe827365..cc6a223082b 100644
22 --- a/media-sound/beets/beets-1.4.9-r5.ebuild
23 +++ b/media-sound/beets/beets-1.4.9-r5.ebuild
24 @@ -4,7 +4,7 @@
25 EAPI=7
26
27 DISTUTILS_SINGLE_IMPL=1
28 -PYTHON_COMPAT=( python3_{7..8} )
29 +PYTHON_COMPAT=( python3_{7..9} )
30 PYTHON_REQ_USE="sqlite"
31 DISTUTILS_USE_SETUPTOOLS=rdepend
32
33
34 diff --git a/media-sound/beets/beets-9999.ebuild b/media-sound/beets/beets-9999.ebuild
35 index 77bfe827365..cc6a223082b 100644
36 --- a/media-sound/beets/beets-9999.ebuild
37 +++ b/media-sound/beets/beets-9999.ebuild
38 @@ -4,7 +4,7 @@
39 EAPI=7
40
41 DISTUTILS_SINGLE_IMPL=1
42 -PYTHON_COMPAT=( python3_{7..8} )
43 +PYTHON_COMPAT=( python3_{7..9} )
44 PYTHON_REQ_USE="sqlite"
45 DISTUTILS_USE_SETUPTOOLS=rdepend