Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Fri, 24 Apr 2020 07:31:12
Message-Id: 1587713431.80aaf821ee7bae376a13419e7559b3705399885c.mattst88@gentoo
1 commit: 80aaf821ee7bae376a13419e7559b3705399885c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 07:03:18 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 07:30:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80aaf821
7
8 dev-util/catalyst: Reformat dependencies
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/catalyst/catalyst-9999.ebuild | 26 +++++++++++++++++---------
13 1 file changed, 17 insertions(+), 9 deletions(-)
14
15 diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
16 index 0e58e9160c4..ea6a5b43445 100644
17 --- a/dev-util/catalyst/catalyst-9999.ebuild
18 +++ b/dev-util/catalyst/catalyst-9999.ebuild
19 @@ -33,20 +33,28 @@ RDEPEND="
20 >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
21 app-arch/lbzip2
22 app-arch/tar[xattr]
23 + app-misc/zisofs-tools
24 app-crypt/shash
25 sys-fs/dosfstools
26 - amd64? ( >=sys-boot/syslinux-3.72 )
27 - x86? ( >=sys-boot/syslinux-3.72 )
28 + >=sys-fs/squashfs-tools-2.1
29 ccache? ( dev-util/ccache )
30 +
31 iso? ( virtual/cdrtools )
32 - kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
33 +
34 + amd64? ( >=sys-boot/syslinux-3.72 )
35 + x86? ( >=sys-boot/syslinux-3.72 )
36 +"
37 +PDEPEND="
38 + system-bootloader? (
39 + >=sys-apps/memtest86+-5.01-r4
40 + sys-boot/grub:2
41 + sys-boot/shim
42 + sys-boot/syslinux
43 +
44 + amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
45 + x86? ( sys-boot/grub[grub_platforms_efi-32] )
46 + )
47 "
48 -PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
49 - sys-boot/grub:2
50 - amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
51 - x86? ( sys-boot/grub[grub_platforms_efi-32] )
52 - sys-boot/syslinux
53 - sys-boot/shim )"
54
55 python_prepare_all() {
56 python_setup