summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-10-20 14:27:54 -0400
committerMike Gilbert <floppym@gentoo.org>2020-10-20 14:27:54 -0400
commit5ffc093d9e14966f59d98b6aa23df3cb5229b844 (patch)
tree43450b6820a6495a873e045445f51de2da6fd158 /sys-boot/grub/grub-9999.ebuild
parentx11-misc/obmenu-generator: 0.88 stable (diff)
downloadgentoo-5ffc093d9e14966f59d98b6aa23df3cb5229b844.tar.gz
gentoo-5ffc093d9e14966f59d98b6aa23df3cb5229b844.tar.bz2
gentoo-5ffc093d9e14966f59d98b6aa23df3cb5229b844.zip
sys-boot/grub: adjust sdl dependency
Closes: https://bugs.gentoo.org/750257 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r--sys-boot/grub/grub-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 0a411aea7e66..b02798b59775 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -95,7 +95,9 @@ BDEPEND="
DEPEND="
app-arch/xz-utils
>=sys-libs/ncurses-5.2-r5:0=
- sdl? ( media-libs/libsdl )
+ grub_platforms_emu? (
+ sdl? ( media-libs/libsdl )
+ )
device-mapper? ( >=sys-fs/lvm2-2.02.45 )
libzfs? ( sys-fs/zfs )
mount? ( sys-fs/fuse:0 )