Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Tue, 04 Jan 2022 03:29:31
Message-Id: 1641266924.609786b8ff4054ee1b6781cb48995c3898dcce35.sam@gentoo
1 commit: 609786b8ff4054ee1b6781cb48995c3898dcce35
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 16:25:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 03:28:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609786b8
7
8 dev-util/catalyst: remove kernel_FreeBSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-util/catalyst/catalyst-3.0.18.ebuild | 8 +++++---
14 dev-util/catalyst/catalyst-3.0.20.ebuild | 8 +++++---
15 2 files changed, 10 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-util/catalyst/catalyst-3.0.18.ebuild b/dev-util/catalyst/catalyst-3.0.18.ebuild
18 index 5793fe90faef..adc7a1b2c6bc 100644
19 --- a/dev-util/catalyst/catalyst-3.0.18.ebuild
20 +++ b/dev-util/catalyst/catalyst-3.0.18.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -36,8 +36,10 @@ RDEPEND="
28 app-arch/lbzip2
29 app-crypt/shash
30 sys-fs/dosfstools
31 - !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
32 - kernel_FreeBSD? ( app-arch/libarchive[xattr] )
33 + || (
34 + app-arch/tar[xattr]
35 + app-arch/libarchive[xattr]
36 + )
37 amd64? ( >=sys-boot/syslinux-3.72 )
38 x86? ( >=sys-boot/syslinux-3.72 )
39 ccache? ( dev-util/ccache )
40
41 diff --git a/dev-util/catalyst/catalyst-3.0.20.ebuild b/dev-util/catalyst/catalyst-3.0.20.ebuild
42 index fc94fc1efeab..d77525dfc17e 100644
43 --- a/dev-util/catalyst/catalyst-3.0.20.ebuild
44 +++ b/dev-util/catalyst/catalyst-3.0.20.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2021 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -36,8 +36,10 @@ RDEPEND="
52 app-arch/lbzip2
53 app-crypt/shash
54 sys-fs/dosfstools
55 - !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
56 - kernel_FreeBSD? ( app-arch/libarchive[xattr] )
57 + || (
58 + app-arch/tar[xattr]
59 + app-arch/libarchive[xattr]
60 + )
61 amd64? ( >=sys-boot/syslinux-3.72 )
62 x86? ( >=sys-boot/syslinux-3.72 )
63 ccache? ( dev-util/ccache )