summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2016-04-28 19:08:29 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2016-04-28 19:09:23 +0300
commit5ab7e0cdb89482e78679b68ad9b41d09a61b747a (patch)
tree0b83c7f16412f21fe3ec62f4e6a1db0516acf153 /app-admin
parentnet-im/gg-transport: fix initd install (diff)
downloadgentoo-5ab7e0cdb89482e78679b68ad9b41d09a61b747a.tar.gz
gentoo-5ab7e0cdb89482e78679b68ad9b41d09a61b747a.tar.bz2
gentoo-5ab7e0cdb89482e78679b68ad9b41d09a61b747a.zip
app-admin/clsync: fix CDEPEND -> RDEPEND typo
Fixes bug 580798. Package-Manager: portage-2.2.28 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/clsync/clsync-0.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/clsync/clsync-0.4.1.ebuild b/app-admin/clsync/clsync-0.4.1.ebuild
index 431ce6ca0334..388c01eecc24 100644
--- a/app-admin/clsync/clsync-0.4.1.ebuild
+++ b/app-admin/clsync/clsync-0.4.1.ebuild
@@ -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 )