mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
Merge pull request #2358 from dm0-/bugs-1704
app-admin/toolbox: bump to swap docker for rkt
This commit is contained in:
commit
9d7c29a8c0
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user