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 21659138A1A for ; Mon, 19 Jan 2015 21:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 238D6E097B; Mon, 19 Jan 2015 21:19:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC771E097B for ; Mon, 19 Jan 2015 21:19:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1546A340660 for ; Mon, 19 Jan 2015 21:19:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9624BFF04 for ; Mon, 19 Jan 2015 21:19:13 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1421702326.527e136bb711054ce7be19ef58784d3b69defe09.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-qmljs/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild X-VCS-Directories: dev-util/kdevelop-qmljs/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 527e136bb711054ce7be19ef58784d3b69defe09 X-VCS-Branch: master Date: Mon, 19 Jan 2015 21:19:13 +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: acca1bce-d26f-4de0-8849-b3fd695da71e X-Archives-Hash: dd2e2c74b5f00a925620c48db9ba5428 commit: 527e136bb711054ce7be19ef58784d3b69defe09 Author: Johannes Huber gentoo org> AuthorDate: Mon Jan 19 21:18:46 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jan 19 21:18:46 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=527e136b [dev-util/kdevelop-qmljs] Whitespace, format Package-Manager: portage-2.2.15 --- dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild b/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild index 5603691..5bd8a74 100644 --- a/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild +++ b/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -17,11 +17,12 @@ LICENSE="GPL-2 LGPL-2" IUSE="debug" SRC_URI="mirror://kde/stable/kdevelop/${KMNAME}/${PV}/src/${MY_P}.tar.xz" KEYWORDS="~amd64 ~x86" -S=${WORKDIR}/${MY_P} -COMMON_DEPEND=">=dev-util/kdevplatform-${PV}:4" +S=${WORKDIR}/${MY_P} -RDEPEND=" - ${COMMON_DEPEND} - dev-util/kdevelop:4 +DEPEND=" + >=dev-util/kdevplatform-${PV}:4 +" +RDEPEND="${DEPEND} + dev-util/kdevelop:4 "