commit:     2a0ec76c79d7a975faf74acf436623ceb78cfc93
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 18:35:40 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 18:41:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0ec76c

media-libs/libsndfile: enable pypy3.11

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild | 4 ++--
 media-libs/libsndfile/libsndfile-9999.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild 
b/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild
index 21634fd6b8ab..56f8143c7678 100644
--- a/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild
+++ b/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
 
 if [[ ${PV} == *9999 ]]; then
        inherit autotools git-r3

diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild 
b/media-libs/libsndfile/libsndfile-9999.ebuild
index f32a95a3585c..203f39daefac 100644
--- a/media-libs/libsndfile/libsndfile-9999.ebuild
+++ b/media-libs/libsndfile/libsndfile-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
 
 if [[ ${PV} == *9999 ]]; then
        inherit autotools git-r3

Reply via email to