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:
Michael Marineau 2013-07-24 19:19:15 -04:00
parent a148ec392d
commit 22ebaa50f8
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