From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4D5115ACFB for ; Sun, 23 Apr 2023 07:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1330FE0AF6; Sun, 23 Apr 2023 07:46:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5E44E0AF4 for ; Sun, 23 Apr 2023 07:46:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9884F3406C0 for ; Sun, 23 Apr 2023 07:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31DD97DE for ; Sun, 23 Apr 2023 07:46:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682235960.ea994bfe74fe5478b9dce598bbea06e5a264d007.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opus/opus-1.4.ebuild X-VCS-Directories: media-libs/opus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ea994bfe74fe5478b9dce598bbea06e5a264d007 X-VCS-Branch: master Date: Sun, 23 Apr 2023 07:46:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40a37d13-1f9a-48ba-b0f7-61879a6a3d7c X-Archives-Hash: 2884cf6bbc83811e2544d9a669029a3e commit: ea994bfe74fe5478b9dce598bbea06e5a264d007 Author: Sam James gentoo org> AuthorDate: Sun Apr 23 07:10:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 23 07:46:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea994bfe media-libs/opus: needs Python at build time Closes: https://bugs.gentoo.org/904715 Signed-off-by: Sam James gentoo.org> media-libs/opus/opus-1.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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