From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1418027-garchives=archives.gentoo.org@lists.gentoo.org>
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 74A48158094
	for <garchives@archives.gentoo.org>; Wed, 13 Jul 2022 15:14:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B0153E0F93;
	Wed, 13 Jul 2022 15:14:02 +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 86EFAE0F91
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jul 2022 15:14:02 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7E2A1340E87
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jul 2022 15:14:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BF7053D
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jul 2022 15:13:58 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1657725233.6737fe7da76088b5cd7f47e14d4fbd9890cbe5be.juippis@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.4.0.ebuild media-libs/libaom/libaom-9999.ebuild
X-VCS-Directories: media-libs/libaom/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 6737fe7da76088b5cd7f47e14d4fbd9890cbe5be
X-VCS-Branch: master
Date: Wed, 13 Jul 2022 15:13:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 2d75feb2-0737-4b5f-b7e4-213ca8ac0436
X-Archives-Hash: 62208b38dd864bd3b75091420d0b1750

commit:     6737fe7da76088b5cd7f47e14d4fbd9890cbe5be
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 12:01:43 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 15:13:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6737fe7d

media-libs/libaom: add missing BDEPEND for dev-lang/perl

CMake Error at build/cmake/aom_configure.cmake:414 (message):
  Perl is required to build libaom.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/libaom/libaom-3.4.0.ebuild | 1 +
 media-libs/libaom/libaom-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-libs/libaom/libaom-3.4.0.ebuild b/media-libs/libaom/libaom-3.4.0.ebuild
index 07423e062dca..73a96a1dba92 100644
--- a/media-libs/libaom/libaom-3.4.0.ebuild
+++ b/media-libs/libaom/libaom-3.4.0.ebuild
@@ -32,6 +32,7 @@ REQUIRED_USE="
 "
 
 BDEPEND="${PYTHON_DEPS}
+	dev-lang/perl
 	abi_x86_32? ( dev-lang/yasm )
 	abi_x86_64? ( dev-lang/yasm )
 	abi_x86_x32? ( dev-lang/yasm )

diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild
index f0852191a0d6..e5f515ba1a83 100644
--- a/media-libs/libaom/libaom-9999.ebuild
+++ b/media-libs/libaom/libaom-9999.ebuild
@@ -30,6 +30,7 @@ REQUIRED_USE="
 "
 
 BDEPEND="${PYTHON_DEPS}
+	dev-lang/perl
 	abi_x86_32? ( dev-lang/yasm )
 	abi_x86_64? ( dev-lang/yasm )
 	abi_x86_x32? ( dev-lang/yasm )