From 509202eb2bb13f4490e0083a9b4abe2cb0398e3f Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 24 Feb 2016 22:04:04 -0500 Subject: sys-boot/grub: Set subslot to PVR This change allows packages to rebuild themselves whenever grub is upgraded. Bug: https://bugs.gentoo.org/575334 Package-Manager: portage-2.2.27_p64 --- sys-boot/grub/grub-2.02_beta2-r8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-boot/grub/grub-2.02_beta2-r8.ebuild') diff --git a/sys-boot/grub/grub-2.02_beta2-r8.ebuild b/sys-boot/grub/grub-2.02_beta2-r8.ebuild index 90e03995228d..3169d40be962 100644 --- a/sys-boot/grub/grub-2.02_beta2-r8.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -43,7 +43,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" +SLOT="2/${PVR}" 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 ) -- cgit v1.2.3-65-gdbad