sys-devel/bc: bc is required for kernel builds

bc isn't provided and required for kernel builds. Fix this.
This commit is contained in:
Brandon Philips 2013-05-23 15:11:40 -07:00
parent 4aa028491a
commit dbc09efeb0
2 changed files with 4 additions and 1 deletions

View File

@ -66,7 +66,6 @@ sys-apps/texinfo-4.13
sys-devel/autoconf-2.63-r1
sys-devel/automake-1.10.2
sys-devel/bc-1.06.95
sys-devel/bison-2.3
sys-devel/gettext-0.18.1-r1
sys-devel/gnuconfig-20090203

View File

@ -9,6 +9,10 @@ CROS_WORKON_REPO="git://github.com"
CROS_WORKON_PROJECT="coreos/linux"
inherit cros-workon cros-kernel2
DEPEND="
sys-devel/bc
"
DESCRIPTION="CoreOS kernel"
HOMEPAGE="http://www.kernel.org"
SRC_URI="${KERNEL_URI}"