Diff alsa-ucm-conf-1.2.8 with a alsa-ucm-conf-1.2.9

/usr/portage/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.9.ebuild 2023-10-09 14:52:31.656368405 +0300
6 6
DESCRIPTION="ALSA ucm configuration files"
7 7
HOMEPAGE="https://alsa-project.org/wiki/Main_Page"
8 8
SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2"
9

  
9 10
LICENSE="BSD"
10 11
SLOT="0"
11

  
12 12
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86"
13
IUSE=""
14 13

  
15 14
RDEPEND="!<media-libs/alsa-lib-1.2.1"
16 15
DEPEND="${RDEPEND}"
17 16

  
17
PATCHES=(
18
	"${FILESDIR}"/${P}-fix-sof-essx8336.patch
19
)
20

  
18 21
src_install() {
19 22
	insinto /usr/share/alsa
20 23
	doins -r ucm{,2}
Thank you!