Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/
Date: Wed, 22 Dec 2021 03:57:22
Message-Id: 1640140256.0be162f3c68e5d5abc00b4f0a6d131934bc96283.sam@gentoo
1 commit: 0be162f3c68e5d5abc00b4f0a6d131934bc96283
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 02:30:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 02:30:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be162f3
7
8 sys-firmware/sof-firmware: add alsa-lib RDEPEND
9
10 Only seems to be needed for 1.9.3 at a quick glance.
11
12 Closes: https://bugs.gentoo.org/829748
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../{sof-firmware-1.9.3.ebuild => sof-firmware-1.9.3-r1.ebuild} | 2 ++
16 1 file changed, 2 insertions(+)
17
18 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
19 similarity index 95%
20 rename from sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild
21 rename to sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
22 index 48bb1e61a889..d5f3b2775947 100644
23 --- a/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild
24 +++ b/sys-firmware/sof-firmware/sof-firmware-1.9.3-r1.ebuild
25 @@ -12,6 +12,8 @@ LICENSE="BSD"
26 SLOT="0"
27 KEYWORDS="~amd64"
28
29 +RDEPEND="media-libs/alsa-lib"
30 +
31 QA_PREBUILT="usr/bin/sof-logger usr/bin/sof-ctl usr/bin/sof-probes"
32
33 src_install() {