sys-boot/grub: Set subslot to PVR
authorMike Gilbert <floppym@gentoo.org>
Thu, 25 Feb 2016 03:04:04 +0000 (22:04 -0500)
committerMike Gilbert <floppym@gentoo.org>
Thu, 25 Feb 2016 03:04:04 +0000 (22:04 -0500)
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
sys-boot/grub/grub-2.02_beta2-r9.ebuild

index 90e03995228d3bcd8adbcc89a1e07cf09b72e8e3..3169d40be96205abaaf53ec8088fdf8d3621e417 100644 (file)
@@ -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 )
index 4c434658945c3dbcb7961bd2520086d9efb40c56..ed8e0472e4c9ff443e7b02c796daafb86cfe6aa8 100644 (file)
@@ -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 )