From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-931143-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 31DE4139694
	for <garchives@archives.gentoo.org>; Mon, 13 Feb 2017 14:31:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7E52DE0C2F;
	Mon, 13 Feb 2017 14:31:19 +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 58656E0C2F
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2017 14:31:19 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 2D1EA341026
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2017 14:31:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 554A8467B
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2017 14:31:16 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1486996244.0a3e5f1ec6bf5dfbf84abc78dd6e6f36ffee17d4.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-apps/cantor/cantor-9999.ebuild
X-VCS-Directories: kde-apps/cantor/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 0a3e5f1ec6bf5dfbf84abc78dd6e6f36ffee17d4
X-VCS-Branch: master
Date: Mon, 13 Feb 2017 14:31:16 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 85d97ad7-eeb8-4d11-a203-39c84a8333d4
X-Archives-Hash: 910efc7f7b9e18ef00fd5f4ae50ec934

commit:     0a3e5f1ec6bf5dfbf84abc78dd6e6f36ffee17d4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 14:30:44 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 14:30:44 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0a3e5f1e

kde-apps/cantor: Fix RDEPEND

Package-Manager: portage-2.3.3

 kde-apps/cantor/cantor-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild
index fb71acbf56..bff025a191 100644
--- a/kde-apps/cantor/cantor-9999.ebuild
+++ b/kde-apps/cantor/cantor-9999.ebuild
@@ -52,7 +52,7 @@ DEPEND="
 	python? ( ${PYTHON_DEPS} )
 	R? ( dev-lang/R )
 "
-RDEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
 
 RESTRICT+=" test"