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 512181381F3 for ; Thu, 1 Aug 2013 06:29:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3C9EE0BAE; Thu, 1 Aug 2013 06:29:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 872A5E0BAE for ; Thu, 1 Aug 2013 06:29:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E1F433EAD8 for ; Thu, 1 Aug 2013 06:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A797AE468F for ; Thu, 1 Aug 2013 06:29:24 +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: <1375338403.3e40b8f383a92e3e8055f45e66081357ce68264c.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-python/kdevelop-python-9999.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3e40b8f383a92e3e8055f45e66081357ce68264c X-VCS-Branch: master Date: Thu, 1 Aug 2013 06:29:24 +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: bf4be7d9-0999-460b-b66d-105c75016109 X-Archives-Hash: a359e219687c5b3dab106f4e4587b39c commit: 3e40b8f383a92e3e8055f45e66081357ce68264c Author: Michael Palimaka gentoo org> AuthorDate: Thu Aug 1 06:26:43 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Aug 1 06:26:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3e40b8f3 [dev-util/kdevelop-python] Remove unused dependency wrt bug #478504. It was removed in upstream commit e162da3e52d4441971f875eb35d23f1aadf8f864. Package-Manager: portage-2.1.13.2 --- dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild index d077e86..fe8d9b8 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -37,14 +37,11 @@ HOMEPAGE="http://www.kdevelop.org" LICENSE="GPL-2" IUSE="debug" -COMMON_DEPEND=" +DEPEND=" >=dev-util/kdevplatform-1.4.60 " -DEPEND="${COMMON_DEPEND} - >=dev-util/kdevelop-pg-qt-1.0.0 -" RDEPEND=" - ${COMMON_DEPEND} + ${DEPEND} dev-util/kdevelop "