allow catalyst on x86 and amd64 to build a bootloader from the host
instead of requiring a cdtar. these changes are to make sure the needed
deps are in place to match the changes in catalyst
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
LICENSE="GPL-2"
SLOT="0"
-IUSE="ccache doc kernel_linux"
+IUSE="ccache doc kernel_linux system-bootloader"
DEPEND="
app-text/asciidoc
ccache? ( dev-util/ccache )
kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
"
+PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
+ sys-boot/grub:2
+ sys-boot/syslinux
+ sys-boot/shim )"
python_prepare_all() {
python_setup
</maintainer>
<use>
<flag name="ccache">Enables ccache support</flag>
+ <flag name="system-bootloader">Pulls in the depends needed to setup livecd bootloader from the host system rather than using a cdtar</flag>
</use>
</pkgmetadata>