Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/
Date: Wed, 27 Oct 2021 17:54:30
Message-Id: 1635357253.65e02933317d7d73145c66434241564ebea7fd4b.arthurzam@gentoo
1 commit: 65e02933317d7d73145c66434241564ebea7fd4b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 16:33:47 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 17:54:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e02933
7
8 media-libs/libsndfile: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 media-libs/libsndfile/libsndfile-1.0.31.ebuild | 2 +-
13 media-libs/libsndfile/libsndfile-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libsndfile/libsndfile-1.0.31.ebuild b/media-libs/libsndfile/libsndfile-1.0.31.ebuild
17 index c897eaf1d6e..29bd5e0419d 100644
18 --- a/media-libs/libsndfile/libsndfile-1.0.31.ebuild
19 +++ b/media-libs/libsndfile/libsndfile-1.0.31.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{8..9} pypy3 )
25 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
26
27 if [[ ${PV} == *9999 ]]; then
28 inherit autotools git-r3
29
30 diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild b/media-libs/libsndfile/libsndfile-9999.ebuild
31 index 39c0f12398c..9a3d895a3dd 100644
32 --- a/media-libs/libsndfile/libsndfile-9999.ebuild
33 +++ b/media-libs/libsndfile/libsndfile-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
39 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
40
41 if [[ ${PV} == *9999 ]]; then
42 inherit autotools git-r3