diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2020-05-06 19:02:20 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2020-05-06 19:24:59 +0300 |
commit | a95c392bd364a06b094344723366ba800429198a (patch) | |
tree | 5a3b95442b323e428b6f8c8e4085ef3fd8816eec /app-admin/clsync | |
parent | profiles: unmask py37 on s390 (diff) | |
download | gentoo-a95c392bd364a06b094344723366ba800429198a.tar.gz gentoo-a95c392bd364a06b094344723366ba800429198a.tar.bz2 gentoo-a95c392bd364a06b094344723366ba800429198a.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/clsync')
-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 1da3d5f2bf3c..ee8baf2da676 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 ) " |