diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-10-20 14:27:54 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-10-20 14:27:54 -0400 |
commit | 5ffc093d9e14966f59d98b6aa23df3cb5229b844 (patch) | |
tree | 43450b6820a6495a873e045445f51de2da6fd158 /sys-boot/grub | |
parent | x11-misc/obmenu-generator: 0.88 stable (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-boot/grub/grub-2.04-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.05_alpha20200310.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-2.04-r1.ebuild b/sys-boot/grub/grub-2.04-r1.ebuild index 01e987158d71..d0feaf3be6ad 100644 --- a/sys-boot/grub/grub-2.04-r1.ebuild +++ b/sys-boot/grub/grub-2.04-r1.ebuild @@ -96,7 +96,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 ) diff --git a/sys-boot/grub/grub-2.05_alpha20200310.ebuild b/sys-boot/grub/grub-2.05_alpha20200310.ebuild index 10b297a9471a..89d3dd602343 100644 --- a/sys-boot/grub/grub-2.05_alpha20200310.ebuild +++ b/sys-boot/grub/grub-2.05_alpha20200310.ebuild @@ -87,7 +87,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 ) 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 ) |