From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EECF11388C0 for ; Thu, 25 Feb 2016 03:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B25F0E081C; Thu, 25 Feb 2016 03:04:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52B4AE081C for ; Thu, 25 Feb 2016 03:04:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 197C8340DB3 for ; Thu, 25 Feb 2016 03:04:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BB6C8F8 for ; Thu, 25 Feb 2016 03:04:29 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1456369444.509202eb2bb13f4490e0083a9b4abe2cb0398e3f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.02_beta2-r8.ebuild sys-boot/grub/grub-2.02_beta2-r9.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 509202eb2bb13f4490e0083a9b4abe2cb0398e3f X-VCS-Branch: master Date: Thu, 25 Feb 2016 03:04:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e5cd8ebd-1419-49b8-9628-5c9b37a82bf4 X-Archives-Hash: 26302548c3b541a04f0b929487f191a8 commit: 509202eb2bb13f4490e0083a9b4abe2cb0398e3f Author: Mike Gilbert gentoo org> AuthorDate: Thu Feb 25 03:04:04 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Feb 25 03:04:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509202eb 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 ++-- 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 90e0399..3169d40 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 4c43465..ed8e047 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 )