mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
sys-boot/grub: Sync with Gentoo
It's from Gentoo commit 4e8bb601a7935dcc6191b0c9cad4e4a9ac94bab7.
This commit is contained in:
parent
c625e742ca
commit
df785d1b66
@ -51,7 +51,7 @@ if [[ ${PV} != 9999 ]]; then
|
||||
S=${WORKDIR}/${P%_*}
|
||||
fi
|
||||
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-danielkiper )"
|
||||
KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"
|
||||
|
@ -52,7 +52,7 @@ if [[ ${PV} != 9999 ]]; then
|
||||
S=${WORKDIR}/${P%_*}
|
||||
fi
|
||||
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-danielkiper )"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"
|
||||
@ -74,7 +74,7 @@ SRC_URI+=" fonts? ( mirror://gnu/unifont/${UNIFONT}/${UNIFONT}.pcf.gz )
|
||||
# Includes licenses for dejavu and unifont
|
||||
LICENSE="GPL-3+ BSD MIT fonts? ( GPL-2-with-font-exception ) themes? ( CC-BY-SA-3.0 BitstreamVera )"
|
||||
SLOT="2/${PVR}"
|
||||
IUSE="device-mapper doc efiemu +fonts mount nls sdl test +themes truetype libzfs"
|
||||
IUSE="+device-mapper doc efiemu +fonts mount nls sdl test +themes truetype libzfs"
|
||||
|
||||
GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot
|
||||
qemu qemu-mips pc uboot xen xen-32 xen-pvh )
|
||||
|
@ -55,7 +55,7 @@ if [[ ${PV} != 9999 ]]; then
|
||||
S=${WORKDIR}/${P%_*}
|
||||
fi
|
||||
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-danielkiper )"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"
|
||||
@ -75,7 +75,7 @@ SRC_URI+=" fonts? ( mirror://gnu/unifont/${UNIFONT}/${UNIFONT}.pcf.gz )
|
||||
# Includes licenses for dejavu and unifont
|
||||
LICENSE="GPL-3+ BSD MIT fonts? ( GPL-2-with-font-exception ) themes? ( CC-BY-SA-3.0 BitstreamVera )"
|
||||
SLOT="2/${PVR}"
|
||||
IUSE="device-mapper doc efiemu +fonts mount nls sdl test +themes truetype libzfs"
|
||||
IUSE="+device-mapper doc efiemu +fonts mount nls sdl test +themes truetype libzfs"
|
||||
|
||||
GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot
|
||||
qemu qemu-mips pc uboot xen xen-32 xen-pvh )
|
||||
|
@ -11,7 +11,7 @@
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="device-mapper">
|
||||
Enable support for device-mapper from <pkg>sys-fs/lvm2</pkg>
|
||||
Enable support for devmapper. Required for LUKS or LVM volume detection.
|
||||
</flag>
|
||||
<flag name="efiemu">
|
||||
Build and install the efiemu runtimes
|
||||
|
Loading…
Reference in New Issue
Block a user