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 4D4701389E2 for ; Fri, 26 Dec 2014 13:14:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A5C7E0AEC; Fri, 26 Dec 2014 13:14:06 +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 5BB27E0AEC for ; Fri, 26 Dec 2014 13:14:05 +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 3455933FB4C for ; Fri, 26 Dec 2014 13:14:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D21F6D695 for ; Fri, 26 Dec 2014 13:14:02 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1419599447.20ff55b80e4bfc35d784f3d78b174e3483850980.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-4.9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 20ff55b80e4bfc35d784f3d78b174e3483850980 X-VCS-Branch: master Date: Fri, 26 Dec 2014 13:14:02 +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: 7599ef07-ab51-4500-9d84-80e4733766f0 X-Archives-Hash: b91a5805359234183c45bcbffba2b90b commit: 20ff55b80e4bfc35d784f3d78b174e3483850980 Author: Michael Palimaka gentoo org> AuthorDate: Fri Dec 26 13:10:47 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 26 13:10:47 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=20ff55b8 [dev-util/kdevelop] Sync with portage. Package-Manager: portage-2.2.15 --- dev-util/kdevelop/kdevelop-4.9999.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-4.9999.ebuild b/dev-util/kdevelop/kdevelop-4.9999.ebuild index c817baf..d7df372 100644 --- a/dev-util/kdevelop/kdevelop-4.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-4.9999.ebuild @@ -6,8 +6,7 @@ EAPI=5 KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl pl pt pt_BR ru sk sl sv th uk zh_CN zh_TW" -VIRTUALX_REQUIRED=test -KDEBASE="${PN}" +VIRTUALX_REQUIRED="test" EGIT_BRANCH="4.7" inherit kde4-base @@ -15,14 +14,13 @@ DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C LICENSE="GPL-2 LGPL-2" IUSE="+cmake +cxx debug +gdbui okteta qthelp" -if [[ $PV == *9999* ]]; then - KEYWORDS="" -else +if [[ ${KDE_BUILD_TYPE} = release ]]; then KEYWORDS="~amd64 ~ppc ~x86" fi DEPEND=" dev-libs/qjson + dev-qt/qtdeclarative:4[webkit] gdbui? ( $(add_kdebase_dep ksysguard) $(add_kdebase_dep libkworkspace) @@ -32,7 +30,6 @@ DEPEND=" " RDEPEND="${DEPEND} $(add_kdebase_dep kapptemplate) - dev-qt/qtdeclarative:4[webkit] cxx? ( >=sys-devel/gdb-7.0[python] ) " RESTRICT="test"