diff options
author | Sam James <sam@gentoo.org> | 2023-04-23 08:10:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-23 08:46:00 +0100 |
commit | ea994bfe74fe5478b9dce598bbea06e5a264d007 (patch) | |
tree | 5ae88975e6f2a3c2639918cdcd40eed0b48d3a42 /media-libs/opus | |
parent | dev-libs/cutlass: fix sandbox (diff) | |
download | gentoo-ea994bfe74fe5478b9dce598bbea06e5a264d007.tar.gz gentoo-ea994bfe74fe5478b9dce598bbea06e5a264d007.tar.bz2 gentoo-ea994bfe74fe5478b9dce598bbea06e5a264d007.zip |
media-libs/opus: needs Python at build time
Closes: https://bugs.gentoo.org/904715
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/opus')
-rw-r--r-- | media-libs/opus/opus-1.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/opus/opus-1.4.ebuild b/media-libs/opus/opus-1.4.ebuild index eee6a69ff2cf..5c116f4d9edc 100644 --- a/media-libs/opus/opus-1.4.ebuild +++ b/media-libs/opus/opus-1.4.ebuild @@ -3,7 +3,8 @@ EAPI=8 -inherit flag-o-matic meson-multilib +PYTHON_COMPAT=( python3_{9..11} ) +inherit flag-o-matic meson-multilib python-any-r1 DESCRIPTION="Open codec for interactive speech and music transmission over the Internet" HOMEPAGE="https://opus-codec.org/" @@ -17,6 +18,7 @@ IUSE="custom-modes debug doc hardened static-libs test ${INTRINSIC_FLAGS}" RESTRICT="!test? ( test )" BDEPEND=" + ${PYTHON_DEPS} doc? ( app-doc/doxygen media-gfx/graphviz |