diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-10-08 11:52:29 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-11-01 18:01:15 +0100 |
commit | 9607023e9accd1cfdd8236bafc6bc669651a3a3b (patch) | |
tree | 975f9ab2933b94b3659dbfcd1d331980c9d1291d /profiles/arch/x86 | |
parent | net-misc/frr: drop 9.0.4 (diff) | |
download | gentoo-9607023e9accd1cfdd8236bafc6bc669651a3a3b.tar.gz gentoo-9607023e9accd1cfdd8236bafc6bc669651a3a3b.tar.bz2 gentoo-9607023e9accd1cfdd8236bafc6bc669651a3a3b.zip |
sys-kernel/dracut: get the tests up and running
Instead of skipping the tests if we are not root or cannot access kvm,
communicate properly what we need with PROPERTIES and addwrite.
Also add several missing dependencies and the dependency on qemu
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r-- | profiles/arch/x86/i486/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/x86/i486/package.use.mask b/profiles/arch/x86/i486/package.use.mask index 8e79bd33e178..ce9c6f0cb82f 100644 --- a/profiles/arch/x86/i486/package.use.mask +++ b/profiles/arch/x86/i486/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-10-08) +# Not all required dependencies are keyworded here +sys-kernel/dracut test + # Ben Kohler <bkohler@gentoo.org> (2024-05-03) # Requires thin-provisioning-tools, which requires rust, which cannot currently # build/install on i486 or any other CPU class lacking sse2. |