diff options
author | William Hubbs <williamh@gentoo.org> | 2016-08-09 21:43:56 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-08-09 21:43:56 -0500 |
commit | af660d70a66bd60c1256f5f29e6b67d0b30ade19 (patch) | |
tree | 390e828cfb073ddf8f333649eca051bead01d17e /sys-boot/grub/grub-2.02_beta2-r9.ebuild | |
parent | sys-boot/grub: do not force multislot use flag on (diff) | |
download | gentoo-af660d70a66bd60c1256f5f29e6b67d0b30ade19.tar.gz gentoo-af660d70a66bd60c1256f5f29e6b67d0b30ade19.tar.bz2 gentoo-af660d70a66bd60c1256f5f29e6b67d0b30ade19.zip |
Revert "sys-boot/grub: do not force multislot use flag on"
This reverts commit bd29c07ee1edf51553ced4ff9d57076b3ce6732c.
I need to wait another day for this.
Diffstat (limited to 'sys-boot/grub/grub-2.02_beta2-r9.ebuild')
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.02_beta2-r9.ebuild b/sys-boot/grub/grub-2.02_beta2-r9.ebuild index 1997e4533ce2..48b6fbfe81bb 100644 --- a/sys-boot/grub/grub-2.02_beta2-r9.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r9.ebuild @@ -44,7 +44,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/" # Includes licenses for dejavu and unifont LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )" SLOT="2/${PVR}" -IUSE="debug device-mapper doc efiemu +fonts mount multislot nls static sdl test +themes truetype libzfs" +IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl test +themes truetype libzfs" GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot qemu qemu-mips pc uboot xen ) IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}" |