Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Thu, 25 Feb 2016 03:04:46
Message-Id: 1456369444.509202eb2bb13f4490e0083a9b4abe2cb0398e3f.floppym@gentoo
1 commit: 509202eb2bb13f4490e0083a9b4abe2cb0398e3f
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 03:04:04 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 03:04:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509202eb
7
8 sys-boot/grub: Set subslot to PVR
9
10 This change allows packages to rebuild themselves whenever grub is upgraded.
11
12 Bug: https://bugs.gentoo.org/575334
13
14 Package-Manager: portage-2.2.27_p64
15
16 sys-boot/grub/grub-2.02_beta2-r8.ebuild | 4 ++--
17 sys-boot/grub/grub-2.02_beta2-r9.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/sys-boot/grub/grub-2.02_beta2-r8.ebuild b/sys-boot/grub/grub-2.02_beta2-r8.ebuild
21 index 90e0399..3169d40 100644
22 --- a/sys-boot/grub/grub-2.02_beta2-r8.ebuild
23 +++ b/sys-boot/grub/grub-2.02_beta2-r8.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -43,7 +43,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/"
31
32 # Includes licenses for dejavu and unifont
33 LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
34 -SLOT="2"
35 +SLOT="2/${PVR}"
36 IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl test +themes truetype libzfs"
37
38 GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot qemu qemu-mips pc uboot xen )
39
40 diff --git a/sys-boot/grub/grub-2.02_beta2-r9.ebuild b/sys-boot/grub/grub-2.02_beta2-r9.ebuild
41 index 4c43465..ed8e047 100644
42 --- a/sys-boot/grub/grub-2.02_beta2-r9.ebuild
43 +++ b/sys-boot/grub/grub-2.02_beta2-r9.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 +# Copyright 1999-2016 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Id$
49
50 @@ -43,7 +43,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/"
51
52 # Includes licenses for dejavu and unifont
53 LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
54 -SLOT="2"
55 +SLOT="2/${PVR}"
56 IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl test +themes truetype libzfs"
57
58 GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot qemu qemu-mips pc uboot xen )