commit:     609786b8ff4054ee1b6781cb48995c3898dcce35
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  3 16:25:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  4 03:28:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609786b8

dev-util/catalyst: remove kernel_FreeBSD

Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/catalyst/catalyst-3.0.18.ebuild | 8 +++++---
 dev-util/catalyst/catalyst-3.0.20.ebuild | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-util/catalyst/catalyst-3.0.18.ebuild 
b/dev-util/catalyst/catalyst-3.0.18.ebuild
index 5793fe90faef..adc7a1b2c6bc 100644
--- a/dev-util/catalyst/catalyst-3.0.18.ebuild
+++ b/dev-util/catalyst/catalyst-3.0.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,8 +36,10 @@ RDEPEND="
        app-arch/lbzip2
        app-crypt/shash
        sys-fs/dosfstools
-       !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] 
) )
-       kernel_FreeBSD? ( app-arch/libarchive[xattr] )
+       || (
+               app-arch/tar[xattr]
+               app-arch/libarchive[xattr]
+       )
        amd64? ( >=sys-boot/syslinux-3.72 )
        x86? ( >=sys-boot/syslinux-3.72 )
        ccache? ( dev-util/ccache )

diff --git a/dev-util/catalyst/catalyst-3.0.20.ebuild 
b/dev-util/catalyst/catalyst-3.0.20.ebuild
index fc94fc1efeab..d77525dfc17e 100644
--- a/dev-util/catalyst/catalyst-3.0.20.ebuild
+++ b/dev-util/catalyst/catalyst-3.0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,8 +36,10 @@ RDEPEND="
        app-arch/lbzip2
        app-crypt/shash
        sys-fs/dosfstools
-       !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] 
) )
-       kernel_FreeBSD? ( app-arch/libarchive[xattr] )
+       || (
+               app-arch/tar[xattr]
+               app-arch/libarchive[xattr]
+       )
        amd64? ( >=sys-boot/syslinux-3.72 )
        x86? ( >=sys-boot/syslinux-3.72 )
        ccache? ( dev-util/ccache )

Reply via email to