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-libs/mutagen/
Date: Tue, 31 May 2022 10:20:24
Message-Id: 1653992051.b31abe3635b6b47351d872a6a51a7a03fc2130c7.sam@gentoo
1 commit: b31abe3635b6b47351d872a6a51a7a03fc2130c7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 10:13:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 10:14:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31abe36
7
8 media-libs/mutagen: enable py3.11
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/mutagen/mutagen-1.45.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
16 index 12c469eebaa1..531c00f0bcf2 100644
17 --- a/media-libs/mutagen/mutagen-1.45.1.ebuild
18 +++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28 inherit distutils-r1
29
30 DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"