diff options
author | Sam James <sam@gentoo.org> | 2023-07-21 16:19:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-21 18:56:53 +0100 |
commit | d195dd93c4911185c37d6821ddae01c2f34bcb49 (patch) | |
tree | 22a3ba8689b800f79bfe3a89b670a5122099881f /eclass | |
parent | kernel-install.eclass: simplify case (diff) | |
download | gentoo-d195dd93c4911185c37d6821ddae01c2f34bcb49.tar.gz gentoo-d195dd93c4911185c37d6821ddae01c2f34bcb49.tar.bz2 gentoo-d195dd93c4911185c37d6821ddae01c2f34bcb49.zip |
kernel-install.eclass: adjust test deps for sparc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-install.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index b96caba08a3e..62fbb1dab049 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -69,6 +69,7 @@ BDEPEND=" arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) + sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) )" |