Merge pull request #2358 from dm0-/bugs-1704

app-admin/toolbox: bump to swap docker for rkt
This commit is contained in:
David Michael 2017-01-06 14:59:35 -08:00 committed by GitHub
commit 9d7c29a8c0
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="19bd952ea2d0e5b4a7b9ac21a0551a8d19e304d4"
CROS_WORKON_COMMIT="825971fd5e14e6f3c562bcc8e06ca5218d8d4d7e"
KEYWORDS="amd64 arm64"
fi
@ -23,6 +23,8 @@ LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
RDEPEND="app-emulation/rkt"
src_install() {
dobin ${S}/toolbox
}