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, 30 Oct 2020 23:50:00
Message-Id: 1604101774.62ec2589def0a1c18b415e558210c0d7123c93c9.mattst88@gentoo
1 commit: 62ec2589def0a1c18b415e558210c0d7123c93c9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 23:47:54 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 23:49:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ec2589
7
8 dev-util/catalyst: Check for SQUASHFS Kconfig options
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/catalyst/catalyst-9999.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
16 index 60587f23f48..27ca55eff34 100644
17 --- a/dev-util/catalyst/catalyst-9999.ebuild
18 +++ b/dev-util/catalyst/catalyst-9999.ebuild
19 @@ -76,7 +76,10 @@ RDEPEND="
20 "
21
22 pkg_setup() {
23 - CONFIG_CHECK="~UTS_NS ~IPC_NS"
24 + CONFIG_CHECK="
25 + ~UTS_NS ~IPC_NS
26 + ~SQUASHFS ~SQUASHFS_ZLIB
27 + "
28 linux-info_pkg_setup
29 }