mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +02:00
coreos-base/coreos: move a few packages to amd64-only
go-tspi is for TPM support in rkt, rkt is currently amd64 and does arm64 even have TPMs? xenstore is related to the xenserver hack which is amd64-only. The kublet package is deprecated so don't bother with it outside amd64.
This commit is contained in:
parent
c3c0d34695
commit
ab9daa3e32
@ -87,14 +87,16 @@ RDEPEND="${RDEPEND}
|
|||||||
# Only applicable or available on amd64
|
# Only applicable or available on amd64
|
||||||
RDEPEND="${RDEPEND}
|
RDEPEND="${RDEPEND}
|
||||||
amd64? (
|
amd64? (
|
||||||
|
app-admin/kubelet
|
||||||
|
app-crypt/go-tspi
|
||||||
app-emulation/rkt[actool]
|
app-emulation/rkt[actool]
|
||||||
app-emulation/xenserver-pv-version
|
app-emulation/xenserver-pv-version
|
||||||
|
app-emulation/xenstore
|
||||||
)"
|
)"
|
||||||
|
|
||||||
RDEPEND="${RDEPEND}
|
RDEPEND="${RDEPEND}
|
||||||
app-admin/flannel
|
app-admin/flannel
|
||||||
app-admin/fleet
|
app-admin/fleet
|
||||||
app-admin/kubelet
|
|
||||||
app-admin/locksmith
|
app-admin/locksmith
|
||||||
app-admin/mayday
|
app-admin/mayday
|
||||||
app-admin/sudo
|
app-admin/sudo
|
||||||
@ -104,10 +106,8 @@ RDEPEND="${RDEPEND}
|
|||||||
app-arch/unzip
|
app-arch/unzip
|
||||||
app-arch/zip
|
app-arch/zip
|
||||||
app-crypt/gnupg
|
app-crypt/gnupg
|
||||||
app-crypt/go-tspi
|
|
||||||
app-editors/vim
|
app-editors/vim
|
||||||
app-emulation/docker
|
app-emulation/docker
|
||||||
app-emulation/xenstore
|
|
||||||
app-misc/ca-certificates
|
app-misc/ca-certificates
|
||||||
app-misc/jq
|
app-misc/jq
|
||||||
app-shells/bash
|
app-shells/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user