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 33CF61381FA for ; Fri, 30 May 2014 07:01:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 299DDE09BD; Fri, 30 May 2014 07:00:59 +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 B4CFBE09BD for ; Fri, 30 May 2014 07:00:58 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95DCB33FABB for ; Fri, 30 May 2014 07:00:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 29777181A9 for ; Fri, 30 May 2014 07:00:56 +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: <1401433245.f3047dc485fe2fbee8013adb5b5a7b61a5ea9e87.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: f3047dc485fe2fbee8013adb5b5a7b61a5ea9e87 X-VCS-Branch: master Date: Fri, 30 May 2014 07:00:56 +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: cc996eba-d211-4821-957b-e0f041c56043 X-Archives-Hash: ef10d9aa007343a17749bcfffa350bdd commit: f3047dc485fe2fbee8013adb5b5a7b61a5ea9e87 Author: Johannes Huber gentoo org> AuthorDate: Fri May 30 07:00:45 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri May 30 07:00:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f3047dc4 [dev-util/kdevelop] Drop dev-util/kdevplatform from DEPEND Handled by eclass. Package-Manager: portage-2.2.10 --- dev-util/kdevelop/kdevelop-4.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-4.9999.ebuild b/dev-util/kdevelop/kdevelop-4.9999.ebuild index 0ae1c83..fc16557 100644 --- a/dev-util/kdevelop/kdevelop-4.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-4.9999.ebuild @@ -7,9 +7,10 @@ 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}" inherit kde4-base -DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages." +DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages" LICENSE="GPL-2 LGPL-2" IUSE="+cmake +cxx debug okteta qthelp" @@ -21,7 +22,6 @@ fi DEPEND=" dev-libs/qjson - >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION} $(add_kdebase_dep ksysguard) $(add_kdebase_dep libkworkspace) okteta? ( $(add_kdebase_dep okteta) )