Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clsync/
Date: Thu, 28 Apr 2016 16:09:33
Message-Id: 1461859763.5ab7e0cdb89482e78679b68ad9b41d09a61b747a.bircoph@gentoo
1 commit: 5ab7e0cdb89482e78679b68ad9b41d09a61b747a
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 16:08:29 2016 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 16:09:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab7e0cd
7
8 app-admin/clsync: fix CDEPEND -> RDEPEND typo
9
10 Fixes bug 580798.
11
12 Package-Manager: portage-2.2.28
13 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
14
15 app-admin/clsync/clsync-0.4.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-admin/clsync/clsync-0.4.1.ebuild b/app-admin/clsync/clsync-0.4.1.ebuild
19 index 431ce6c..388c01e 100644
20 --- a/app-admin/clsync/clsync-0.4.1.ebuild
21 +++ b/app-admin/clsync/clsync-0.4.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -33,7 +33,7 @@ REQUIRED_USE="
29 mhash? ( cluster )
30 seccomp? ( caps )
31 "
32 -RDEPEND="
33 +CDEPEND="
34 dev-libs/glib:2
35 cgroups? ( dev-libs/libcgroup )
36 mhash? ( app-crypt/mhash )