sys-boot/grub: block sys-boot/grub-static when multislot is disabled
authorMike Gilbert <floppym@gentoo.org>
Thu, 18 Aug 2016 12:48:31 +0000 (08:48 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 18 Aug 2016 13:00:18 +0000 (09:00 -0400)
Bug: https://bugs.gentoo.org/591574

Package-Manager: portage-2.3.0_p16

sys-boot/grub/grub-2.02_beta2-r9.ebuild
sys-boot/grub/grub-2.02_beta3-r1.ebuild
sys-boot/grub/grub-9999.ebuild

index 1997e4533ce240deffd49bf284f9c8592bd033ce..75d6dd14254ac563b844298a5f2a6fcf85bf9d79 100644 (file)
@@ -102,7 +102,7 @@ RDEPEND+="
                grub_platforms_efi-32? ( sys-boot/efibootmgr )
                grub_platforms_efi-64? ( sys-boot/efibootmgr )
        )
-       !multislot? ( !sys-boot/grub:0 )
+       !multislot? ( !sys-boot/grub:0 !sys-boot/grub-static )
        nls? ( sys-devel/gettext )
 "
 
index 1aecead43f7366c3f587cd5f6029390348c129b9..64dadcfefaae23d22706f82a50faa48e1814301c 100644 (file)
@@ -108,7 +108,7 @@ RDEPEND+="
                grub_platforms_efi-32? ( sys-boot/efibootmgr )
                grub_platforms_efi-64? ( sys-boot/efibootmgr )
        )
-       !multislot? ( !sys-boot/grub:0 )
+       !multislot? ( !sys-boot/grub:0 !sys-boot/grub-static )
        nls? ( sys-devel/gettext )
 "
 
index d83bd8fdf0c3367f169dc262513311161769a517..faa6cecd607c1dff79e2c87458762539580f4e80 100644 (file)
@@ -105,7 +105,7 @@ RDEPEND+="
                grub_platforms_efi-32? ( sys-boot/efibootmgr )
                grub_platforms_efi-64? ( sys-boot/efibootmgr )
        )
-       !multislot? ( !sys-boot/grub:0 )
+       !multislot? ( !sys-boot/grub:0 !sys-boot/grub-static )
        nls? ( sys-devel/gettext )
 "