feat(coreos-devel/sdk-depends): add boost-build

building boost requires that the SDK has the b2 command line utility
installed in /usr/bin/b2. Install this utility in the sdk.
This commit is contained in:
Brandon Philips 2013-12-02 11:21:21 -08:00
parent 89561b6f85
commit 36189f4b23

View File

@ -22,5 +22,6 @@ DEPEND="
dev-python/setuptools dev-python/setuptools
net-misc/curl net-misc/curl
sys-devel/crossdev sys-devel/crossdev
dev-util/boost-build
" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"