app-admin/clsync: fix CDEPEND -> RDEPEND typo

Fixes bug 580798.

Package-Manager: portage-2.2.28
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
This commit is contained in:
Andrew Savchenko
2016-04-28 19:08:29 +03:00
parent 3f5984ab57
commit 5ab7e0cdb8

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -33,7 +33,7 @@ REQUIRED_USE="
mhash? ( cluster )
seccomp? ( caps )
"
RDEPEND="
CDEPEND="
dev-libs/glib:2
cgroups? ( dev-libs/libcgroup )
mhash? ( app-crypt/mhash )