diff options
author | 2023-02-16 11:27:09 -0500 | |
---|---|---|
committer | 2023-02-16 18:12:23 +0100 | |
commit | cbb06dba168a34b1d4f355d9d860cdda994d96ed (patch) | |
tree | 61a2460ce0dd778c9b578e0c38beb61429268094 /media-libs/libsndfile | |
parent | media-gfx/hugin: Copy py3.11 to -9999 (diff) | |
download | gentoo-cbb06dba168a34b1d4f355d9d860cdda994d96ed.tar.gz gentoo-cbb06dba168a34b1d4f355d9d860cdda994d96ed.tar.bz2 gentoo-cbb06dba168a34b1d4f355d9d860cdda994d96ed.zip |
media-libs/libsndfile: Copy py3.11 to -9999
Signed-off-by: Jérôme Carretero <cJ-gentoo@zougloub.eu>
Closes: https://github.com/gentoo/gentoo/pull/29603
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/libsndfile')
-rw-r--r-- | media-libs/libsndfile/libsndfile-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild b/media-libs/libsndfile/libsndfile-9999.ebuild index e1920d848d94..0501569610b4 100644 --- a/media-libs/libsndfile/libsndfile-9999.ebuild +++ b/media-libs/libsndfile/libsndfile-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 |