diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2016-04-28 19:08:29 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2016-04-28 19:09:23 +0300 |
commit | 5ab7e0cdb89482e78679b68ad9b41d09a61b747a (patch) | |
tree | 0b83c7f16412f21fe3ec62f4e6a1db0516acf153 /app-admin/clsync | |
parent | net-im/gg-transport: fix initd install (diff) | |
download | gentoo-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/clsync')
-rw-r--r-- | app-admin/clsync/clsync-0.4.1.ebuild | 4 |
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 ) |