mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 16:01:09 +02:00
Merge pull request #118 from marineam/fixinst
fix(sys-kernel/bootengne): Include missing dependency, code update.
This commit is contained in:
commit
58bef67e6e
@ -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…
x
Reference in New Issue
Block a user