diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-05-03 09:42:20 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-05-03 09:42:20 -0500 |
commit | 49c2436d124378f4014945d6a7fabaadf1e2b479 (patch) | |
tree | 9e6cd0d28cca7d55613683d081259b2cc5b89430 /profiles | |
parent | profiles/arch/x86/i486: mask lvm2[thin] due to rust dep & lack of sse2 (diff) | |
download | gentoo-49c2436d124378f4014945d6a7fabaadf1e2b479.tar.gz gentoo-49c2436d124378f4014945d6a7fabaadf1e2b479.tar.bz2 gentoo-49c2436d124378f4014945d6a7fabaadf1e2b479.zip |
profiles/arch/x86/i486: mask docker[device-mapper] for indirect rust dep
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/x86/i486/package.use.mask | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/arch/x86/i486/package.use.mask b/profiles/arch/x86/i486/package.use.mask index 8e79bd33e178..5ed79144bce3 100644 --- a/profiles/arch/x86/i486/package.use.mask +++ b/profiles/arch/x86/i486/package.use.mask @@ -5,3 +5,4 @@ # Requires thin-provisioning-tools, which requires rust, which cannot currently # build/install on i486 or any other CPU class lacking sse2. sys-fs/lvm2 thin +app-containers/docker device-mapper |