commit: da5aea5cb67a3f778f9d777931f40e1c3fba24d8 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 02:38:20 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 02:42:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5aea5c
media-sound/liblc3: disable pypy3 This seems like unnecessary headaches on this package, and will need to stabilize it for ffmpeg-7 (feel free to re-add using pypy3_11 if really want it later). Bug: https://bugs.gentoo.org/950193 Closes: https://bugs.gentoo.org/951045 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> media-sound/liblc3/liblc3-1.1.1-r1.ebuild | 4 ++-- media-sound/liblc3/liblc3-1.1.3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/liblc3/liblc3-1.1.1-r1.ebuild b/media-sound/liblc3/liblc3-1.1.1-r1.ebuild index efd3fb3776b9..c42cc2426005 100644 --- a/media-sound/liblc3/liblc3-1.1.1-r1.ebuild +++ b/media-sound/liblc3/liblc3-1.1.1-r1.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} ) inherit python-any-r1 toolchain-funcs meson-multilib DESCRIPTION="LC3 is an efficient low latency audio codec" diff --git a/media-sound/liblc3/liblc3-1.1.3.ebuild b/media-sound/liblc3/liblc3-1.1.3.ebuild index c4def90a0a47..efa072a4e03e 100644 --- a/media-sound/liblc3/liblc3-1.1.3.ebuild +++ b/media-sound/liblc3/liblc3-1.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 toolchain-funcs meson-multilib DESCRIPTION="LC3 is an efficient low latency audio codec"
