commit: a95c392bd364a06b094344723366ba800429198a
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Wed May 6 16:02:20 2020 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Wed May 6 16:24:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95c392b
app-admin/clsync: add missed sys-libs/libcap dep
No revbump here since in case of user system affected by this bug,
the build will fail.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
app-admin/clsync/clsync-0.4.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-admin/clsync/clsync-0.4.4.ebuild
b/app-admin/clsync/clsync-0.4.4.ebuild
index 1da3d5f2bf3..ee8baf2da67 100644
--- a/app-admin/clsync/clsync-0.4.4.ebuild
+++ b/app-admin/clsync/clsync-0.4.4.ebuild
@@ -27,6 +27,7 @@ BDEPEND="
"
DEPEND="
dev-libs/glib:2
+ caps? ( sys-libs/libcap )
cgroups? ( dev-libs/libcgroup )
mhash? ( app-crypt/mhash )
"