Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Wed, 27 Jun 2018 18:17:20
Message-Id: 1530123042.873239607ff9e3dabad29b5b6d3bb2a16e930849.zerochaos@gentoo
1 commit: 873239607ff9e3dabad29b5b6d3bb2a16e930849
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 18:09:30 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 18:10:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87323960
7
8 dev-util/catalyst: deps for building bootloader
9
10 allow catalyst on x86 and amd64 to build a bootloader from the host
11 instead of requiring a cdtar. these changes are to make sure the needed
12 deps are in place to match the changes in catalyst
13
14 Package-Manager: Portage-2.3.40, Repoman-2.3.9
15
16 dev-util/catalyst/catalyst-9999.ebuild | 8 ++++++--
17 dev-util/catalyst/metadata.xml | 1 +
18 2 files changed, 7 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
21 index c5635f4c74e..e3bf4c22c44 100644
22 --- a/dev-util/catalyst/catalyst-9999.ebuild
23 +++ b/dev-util/catalyst/catalyst-9999.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -25,7 +25,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
31
32 LICENSE="GPL-2"
33 SLOT="0"
34 -IUSE="ccache doc kernel_linux"
35 +IUSE="ccache doc kernel_linux system-bootloader"
36
37 DEPEND="
38 app-text/asciidoc
39 @@ -44,6 +44,10 @@ RDEPEND="
40 ccache? ( dev-util/ccache )
41 kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
42 "
43 +PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
44 + sys-boot/grub:2
45 + sys-boot/syslinux
46 + sys-boot/shim )"
47
48 python_prepare_all() {
49 python_setup
50
51 diff --git a/dev-util/catalyst/metadata.xml b/dev-util/catalyst/metadata.xml
52 index 6c4b9cdbcce..988e80de6cc 100644
53 --- a/dev-util/catalyst/metadata.xml
54 +++ b/dev-util/catalyst/metadata.xml
55 @@ -10,5 +10,6 @@
56 </maintainer>
57 <use>
58 <flag name="ccache">Enables ccache support</flag>
59 + <flag name="system-bootloader">Pulls in the depends needed to setup livecd bootloader from the host system rather than using a cdtar</flag>
60 </use>
61 </pkgmetadata>