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.a250b386ba46f50ee1149ce566b5900b0bc2cd9f.mattst88@gentoo
1 commit: a250b386ba46f50ee1149ce566b5900b0bc2cd9f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 07:00:36 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=a250b386
7
8 dev-util/catalyst: Drop FreeBSD dependencies
9
10 Also drop libarchive option. It's not clear to me how that was supposed
11 to work. I don't see any code in pydecomp nor catalyst that appears to
12 use bsdtar.
13
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 dev-util/catalyst/catalyst-9999.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
20 index 644bdda6962..0e58e9160c4 100644
21 --- a/dev-util/catalyst/catalyst-9999.ebuild
22 +++ b/dev-util/catalyst/catalyst-9999.ebuild
23 @@ -32,10 +32,9 @@ RDEPEND="
24 >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
25 >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
26 app-arch/lbzip2
27 + app-arch/tar[xattr]
28 app-crypt/shash
29 sys-fs/dosfstools
30 - !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
31 - kernel_FreeBSD? ( app-arch/libarchive[xattr] )
32 amd64? ( >=sys-boot/syslinux-3.72 )
33 x86? ( >=sys-boot/syslinux-3.72 )
34 ccache? ( dev-util/ccache )