diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-10-08 13:56:43 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-10-08 14:06:08 -0700 |
commit | 6ee833c002816350b75e1990f248e22829188a54 (patch) | |
tree | 33247f9e4ec5ce8bfc47b6da494ac8874f496073 /dev-util/catalyst | |
parent | dev-util/catalyst: EAPI=7 (diff) | |
download | gentoo-6ee833c002816350b75e1990f248e22829188a54.tar.gz gentoo-6ee833c002816350b75e1990f248e22829188a54.tar.bz2 gentoo-6ee833c002816350b75e1990f248e22829188a54.zip |
dev-util/catalyst: Remove IUSE=system-bootloader
I'm honestly not sure what the idea was here. The system's grub has
always been needed for producing ISOs on amd64/x86 and catalyst doesn't
produce anything else that uses grub. Just fold this into IUSE=iso.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r-- | dev-util/catalyst/catalyst-9999.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 0091eacf3020..a8df688e16a3 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -45,6 +45,9 @@ RDEPEND=" iso? ( virtual/cdrtools + amd64? ( + sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] + ) alpha? ( dev-libs/libisoburn ) @@ -65,14 +68,9 @@ RDEPEND=" dev-libs/libisoburn sys-boot/grub:2[grub_platforms_ieee1275] ) - ) -" -PDEPEND=" - system-bootloader? ( - sys-boot/grub:2 - - amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] ) - x86? ( sys-boot/grub[grub_platforms_efi-32] ) + x86? ( + sys-boot/grub[grub_platforms_efi-32] + ) ) " |