Skip to content

Commit

Permalink
sys-boot/grub: block sys-boot/grub-static when multislot is disabled
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/591574

Package-Manager: portage-2.3.0_p16
  • Loading branch information
floppym committed Aug 18, 2016
1 parent a6b1198 commit 5768514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sys-boot/grub/grub-2.02_beta2-r9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
"

Expand Down
2 changes: 1 addition & 1 deletion sys-boot/grub/grub-2.02_beta3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
"

Expand Down
2 changes: 1 addition & 1 deletion sys-boot/grub/grub-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
"

Expand Down

0 comments on commit 5768514

Please sign in to comment.