From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A5FAE138206 for ; Thu, 28 Apr 2016 16:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2519E0880; Thu, 28 Apr 2016 16:09:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D0CEE0880 for ; Thu, 28 Apr 2016 16:09:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 855FE340CC7 for ; Thu, 28 Apr 2016 16:09:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B5B9327 for ; Thu, 28 Apr 2016 16:09:29 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1461859763.5ab7e0cdb89482e78679b68ad9b41d09a61b747a.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/clsync/clsync-0.4.1.ebuild X-VCS-Directories: app-admin/clsync/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 5ab7e0cdb89482e78679b68ad9b41d09a61b747a X-VCS-Branch: master Date: Thu, 28 Apr 2016 16:09:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 075633c3-d7ea-4988-979a-e37fcc70bd64 X-Archives-Hash: 245c657119d9bdcef76445f7ce5408b1 commit: 5ab7e0cdb89482e78679b68ad9b41d09a61b747a Author: Andrew Savchenko gentoo org> AuthorDate: Thu Apr 28 16:08:29 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Thu Apr 28 16:09:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab7e0cd app-admin/clsync: fix CDEPEND -> RDEPEND typo Fixes bug 580798. Package-Manager: portage-2.2.28 Signed-off-by: Andrew Savchenko gentoo.org> app-admin/clsync/clsync-0.4.1.ebuild | 4 ++-- 1 file 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 431ce6c..388c01e 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 )