media-libs/libsndfile: Add python3.14 support

Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44450
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sasha Finkelstein 2025-11-03 15:12:35 +01:00 committed by Sam James
parent 099910ecee
commit 56f6a002ea
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_COMPAT=( python3_{10..14} pypy3 pypy3_11 )
if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_COMPAT=( python3_{10..14} pypy3 pypy3_11 )
if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3