diff options
author | 2022-06-29 09:17:59 -0500 | |
---|---|---|
committer | 2022-07-05 06:56:03 -0500 | |
commit | 282dcdc9db591f74e1fb9a7a525981891ec085d4 (patch) | |
tree | f5aa90f182c63358eeb6d12994329583492a4f14 /releases | |
parent | Skip stage2 everywhere in x86 (diff) | |
download | releng-282dcdc9db591f74e1fb9a7a525981891ec085d4.tar.gz releng-282dcdc9db591f74e1fb9a7a525981891ec085d4.tar.bz2 releng-282dcdc9db591f74e1fb9a7a525981891ec085d4.zip |
specs/x86: remove tools requiring rust/sse2, for now
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'releases')
-rw-r--r-- | releases/specs/x86/hardened/admincd-stage1-openrc.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/releases/specs/x86/hardened/admincd-stage1-openrc.spec b/releases/specs/x86/hardened/admincd-stage1-openrc.spec index dc997597..6575b029 100644 --- a/releases/specs/x86/hardened/admincd-stage1-openrc.spec +++ b/releases/specs/x86/hardened/admincd-stage1-openrc.spec @@ -46,6 +46,7 @@ livecd/packages: app-arch/tar app-arch/unrar app-arch/unzip +# remove duplicity until rust/sse2 situation is resolved # app-backup/duplicity app-benchmarks/bonnie app-benchmarks/bonnie++ @@ -62,7 +63,8 @@ livecd/packages: app-editors/nano app-editors/vim app-emacs/ebuild-mode - app-emulation/cloud-init +# remove clout-init until rust/sse2 situation is resolved +# app-emulation/cloud-init app-emulation/xen-tools app-misc/colordiff app-misc/livecd-tools |