diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-02-24 22:04:04 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-02-24 22:04:04 -0500 |
commit | 509202eb2bb13f4490e0083a9b4abe2cb0398e3f (patch) | |
tree | 63c5e04dc8ed8ab0f5f35acb934b8c86264ef7c8 /sys-boot | |
parent | media-libs/libvpx: Depend on yasm for x32 (diff) | |
download | gentoo-509202eb2bb13f4490e0083a9b4abe2cb0398e3f.tar.gz gentoo-509202eb2bb13f4490e0083a9b4abe2cb0398e3f.tar.bz2 gentoo-509202eb2bb13f4490e0083a9b4abe2cb0398e3f.zip |
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
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r8.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 ) diff --git a/sys-boot/grub/grub-2.02_beta2-r9.ebuild b/sys-boot/grub/grub-2.02_beta2-r9.ebuild index 4c434658945c..ed8e0472e4c9 100644 --- a/sys-boot/grub/grub-2.02_beta2-r9.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r9.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 ) |