Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clsync/
Date: Sun, 31 May 2020 08:10:32
Message-Id: 1590912596.5353570df96a853b2e95e194bfd4156940ab9802.bircoph@gentoo
1 commit: 5353570df96a853b2e95e194bfd4156940ab9802
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 08:08:05 2020 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 08:09:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5353570d
7
8 app-admin/clsync: check for inotify support in kernel
9
10 However unlikely it is still possible that user has kernel without
11 inotify support, so check for INOTIFY_USER if inotify is requested
12 (which is default behaviour).
13
14 Package-Manager: Portage-2.3.82, Repoman-2.3.20
15 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
16
17 app-admin/clsync/clsync-0.4.4.ebuild | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/app-admin/clsync/clsync-0.4.4.ebuild b/app-admin/clsync/clsync-0.4.4.ebuild
21 index ee8baf2da67..2d3aee38a85 100644
22 --- a/app-admin/clsync/clsync-0.4.4.ebuild
23 +++ b/app-admin/clsync/clsync-0.4.4.ebuild
24 @@ -36,6 +36,7 @@ RDEPEND="${DEPEND}
25 "
26
27 pkg_pretend() {
28 + use inotify && CONFIG_CHECK+=" ~INOTIFY_USER"
29 use namespaces && CONFIG_CHECK="~NAMESPACES ~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS"
30 use seccomp && CONFIG_CHECK+=" ~SECCOMP"
31 check_extra_config