From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1351660-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 288EE158086
	for <garchives@archives.gentoo.org>; Wed, 22 Dec 2021 03:57:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3F4002BC01B;
	Wed, 22 Dec 2021 03:57:18 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 559BE2BC00E
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Dec 2021 03:57:17 +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 DD848342EDF
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Dec 2021 03:57:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3152C257
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Dec 2021 03:57:13 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1640140256.0be162f3c68e5d5abc00b4f0a6d131934bc96283.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild
X-VCS-Directories: sys-firmware/sof-firmware/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0be162f3c68e5d5abc00b4f0a6d131934bc96283
X-VCS-Branch: master
Date: Wed, 22 Dec 2021 03:57:13 +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: 0b1dd572-3d99-4781-8ffd-5dc5c08e28dc
X-Archives-Hash: 768d9db2fd0168f73dd0462231121f26

commit:     0be162f3c68e5d5abc00b4f0a6d131934bc96283
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 22 02:30:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 22 02:30:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be162f3

sys-firmware/sof-firmware: add alsa-lib RDEPEND

Only seems to be needed for 1.9.3 at a quick glance.

Closes: https://bugs.gentoo.org/829748
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{sof-firmware-1.9.3.ebuild => sof-firmware-1.9.3-r1.ebuild}         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild b/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
similarity index 95%
rename from sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild
rename to sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
index 48bb1e61a889..d5f3b2775947 100644
--- a/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild
+++ b/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
@@ -12,6 +12,8 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
+RDEPEND="media-libs/alsa-lib"
+
 QA_PREBUILT="usr/bin/sof-logger usr/bin/sof-ctl usr/bin/sof-probes"
 
 src_install() {