diff options
-rw-r--r-- | app-admin/clsync/clsync-0.4.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-admin/clsync/clsync-0.4.4.ebuild b/app-admin/clsync/clsync-0.4.4.ebuild index ee8baf2da676..2d3aee38a854 100644 --- a/app-admin/clsync/clsync-0.4.4.ebuild +++ b/app-admin/clsync/clsync-0.4.4.ebuild @@ -36,6 +36,7 @@ RDEPEND="${DEPEND} " pkg_pretend() { + use inotify && CONFIG_CHECK+=" ~INOTIFY_USER" use namespaces && CONFIG_CHECK="~NAMESPACES ~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS" use seccomp && CONFIG_CHECK+=" ~SECCOMP" check_extra_config |