runc: fix dependencies

This commit is contained in:
Lukas Rusak 2017-01-20 14:55:23 -08:00
parent 1e4780f85c
commit 60eb2c36f0
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -22,7 +22,7 @@ PKG_ARCH="any"
PKG_LICENSE="APL"
PKG_SITE="https://github.com/opencontainers/runc"
PKG_URL="https://github.com/opencontainers/runc/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="toolchain go"
PKG_DEPENDS_TARGET="toolchain go:host"
PKG_SECTION="system"
PKG_SHORTDESC="runc is a CLI tool for spawning and running containers according to the OCI specification"
PKG_LONGDESC="runc is a CLI tool for spawning and running containers according to the OCI specification"