Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jul 6, 2023
1 parent e9e437f commit 8f289f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors and Alex313031
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI="7"

DESCRIPTION="Sound Open Firmware (SOF) binary files"

Expand All @@ -15,6 +15,9 @@ IUSE=""

S=${WORKDIR}/sof-bin-stable-v${PV}

RDEPEND="sys-kernel/linux-firmware"
DEPEND="${RDEPEND}"

src_compile() {
sed -i -e '1i #!/bin/bash\nset -e' go.sh || die
}
Expand Down
1 change: 1 addition & 0 deletions virtual/chromeos-bsp/chromeos-bsp-2-r9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ RDEPEND="
sys-apps/diffutils
sys-apps/file
sys-apps/findutils
sys-apps/gptfdisk
sys-apps/haveged
sys-apps/i2c-tools
sys-apps/iotools
Expand Down

0 comments on commit 8f289f8

Please sign in to comment.