Merge pull request #118 from marineam/fixinst

fix(sys-kernel/bootengne): Include missing dependency, code update.
This commit is contained in:
Brandon Philips 2013-07-24 18:57:04 -07:00
commit 58bef67e6e
3 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="0223391810a5553c9d2e394e5e838551d23b61a9"
CROS_WORKON_COMMIT="e4c483526532b32b8cc7e6f6c36f30416b8a7ff8"
CROS_WORKON_PROJECT="coreos/bootengine"
CROS_WORKON_LOCALNAME="bootengine"
CROS_WORKON_OUTOFTREE_BUILD=1
@ -20,6 +20,7 @@ KEYWORDS="amd64 x86"
DEPEND="
app-arch/gzip
app-shells/bash
coreos-base/vboot_reference
sys-apps/coreutils
sys-apps/findutils
sys-apps/grep

View File

@ -19,6 +19,7 @@ KEYWORDS="~amd64 ~x86"
DEPEND="
app-arch/gzip
app-shells/bash
coreos-base/vboot_reference
sys-apps/coreutils
sys-apps/findutils
sys-apps/grep