mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
fix(sys-kernel/bootengne): Include missing dependency, code update.
The module install wasn't noticing the missing dep, should be good now.
This commit is contained in:
parent
a148ec392d
commit
22ebaa50f8
@ -2,7 +2,7 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="4"
|
EAPI="4"
|
||||||
CROS_WORKON_COMMIT="0223391810a5553c9d2e394e5e838551d23b61a9"
|
CROS_WORKON_COMMIT="e4c483526532b32b8cc7e6f6c36f30416b8a7ff8"
|
||||||
CROS_WORKON_PROJECT="coreos/bootengine"
|
CROS_WORKON_PROJECT="coreos/bootengine"
|
||||||
CROS_WORKON_LOCALNAME="bootengine"
|
CROS_WORKON_LOCALNAME="bootengine"
|
||||||
CROS_WORKON_OUTOFTREE_BUILD=1
|
CROS_WORKON_OUTOFTREE_BUILD=1
|
||||||
@ -20,6 +20,7 @@ KEYWORDS="amd64 x86"
|
|||||||
DEPEND="
|
DEPEND="
|
||||||
app-arch/gzip
|
app-arch/gzip
|
||||||
app-shells/bash
|
app-shells/bash
|
||||||
|
coreos-base/vboot_reference
|
||||||
sys-apps/coreutils
|
sys-apps/coreutils
|
||||||
sys-apps/findutils
|
sys-apps/findutils
|
||||||
sys-apps/grep
|
sys-apps/grep
|
||||||
|
@ -19,6 +19,7 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
DEPEND="
|
DEPEND="
|
||||||
app-arch/gzip
|
app-arch/gzip
|
||||||
app-shells/bash
|
app-shells/bash
|
||||||
|
coreos-base/vboot_reference
|
||||||
sys-apps/coreutils
|
sys-apps/coreutils
|
||||||
sys-apps/findutils
|
sys-apps/findutils
|
||||||
sys-apps/grep
|
sys-apps/grep
|
||||||
|
Loading…
Reference in New Issue
Block a user