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 050F0158086 for ; Fri, 24 Dec 2021 07:11:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 267752BC001; Fri, 24 Dec 2021 07:11:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EA842BC001 for ; Fri, 24 Dec 2021 07:11:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47B2234339B for ; Fri, 24 Dec 2021 07:11:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B916C239 for ; Fri, 24 Dec 2021 07:11:48 +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: <1640329884.a7ef0d7b5d70e1ccd0e68cd0b7460b714781c2b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/libaom-3.2.0.ebuild media-libs/libaom/libaom-9999.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a7ef0d7b5d70e1ccd0e68cd0b7460b714781c2b9 X-VCS-Branch: master Date: Fri, 24 Dec 2021 07:11:48 +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: 744fa8c3-81d2-49d7-9c70-1157eafd6507 X-Archives-Hash: f9f64e6aff7ac3a993d7091c5af308b7 commit: a7ef0d7b5d70e1ccd0e68cd0b7460b714781c2b9 Author: Sam James gentoo org> AuthorDate: Fri Dec 24 07:11:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 24 07:11:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ef0d7b media-libs/libaom: add python-any-r1 for building Needs Python at build time. Closes: https://bugs.gentoo.org/829903 Signed-off-by: Sam James gentoo.org> media-libs/libaom/libaom-3.2.0.ebuild | 6 ++++-- media-libs/libaom/libaom-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/media-libs/libaom/libaom-3.2.0.ebuild b/media-libs/libaom/libaom-3.2.0.ebuild index 69bc7fc97fbd..d2f98922596a 100644 --- a/media-libs/libaom/libaom-3.2.0.ebuild +++ b/media-libs/libaom/libaom-3.2.0.ebuild @@ -4,7 +4,8 @@ EAPI=8 CMAKE_ECLASS=cmake -inherit cmake-multilib +PYTHON_COMPAT=( python3_{8..10} ) +inherit cmake-multilib python-any-r1 if [[ ${PV} == *9999* ]]; then inherit git-r3 @@ -30,7 +31,8 @@ REQUIRED_USE=" cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 ) " -BDEPEND="abi_x86_32? ( dev-lang/yasm ) +BDEPEND="${PYTHON_DEPS} + abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) abi_x86_x32? ( dev-lang/yasm ) x86-fbsd? ( dev-lang/yasm ) diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 69bc7fc97fbd..d2f98922596a 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -4,7 +4,8 @@ EAPI=8 CMAKE_ECLASS=cmake -inherit cmake-multilib +PYTHON_COMPAT=( python3_{8..10} ) +inherit cmake-multilib python-any-r1 if [[ ${PV} == *9999* ]]; then inherit git-r3 @@ -30,7 +31,8 @@ REQUIRED_USE=" cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 ) " -BDEPEND="abi_x86_32? ( dev-lang/yasm ) +BDEPEND="${PYTHON_DEPS} + abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) abi_x86_x32? ( dev-lang/yasm ) x86-fbsd? ( dev-lang/yasm )