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 70F091381F3 for ; Thu, 11 Jul 2013 10:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 562AAE09C5; Thu, 11 Jul 2013 10:08:08 +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 D8A47E09C5 for ; Thu, 11 Jul 2013 10:08:07 +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 E725F33E8F9 for ; Thu, 11 Jul 2013 10:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8283FE468F for ; Thu, 11 Jul 2013 10:08:05 +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: <1373537146.fbcf06e6f54b3039420b96bd1b05b2cf59b0d855.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-1.5.1.ebuild 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: fbcf06e6f54b3039420b96bd1b05b2cf59b0d855 X-VCS-Branch: master Date: Thu, 11 Jul 2013 10:08:05 +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: 3ebf4bc3-9924-4c32-b26e-3352b7b9efdd X-Archives-Hash: f9fd69e40b6f79a6c03687dfee608bf1 commit: fbcf06e6f54b3039420b96bd1b05b2cf59b0d855 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jul 11 10:05:46 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jul 11 10:05:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fbcf06e6 [dev-util/kdevelop-python] Fix dependencies. Package-Manager: portage-2.1.12.13 --- dev-util/kdevelop-python/kdevelop-python-1.5.1.ebuild | 7 +++++-- dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-1.5.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.5.1.ebuild index 12f94a3..d077e86 100644 --- a/dev-util/kdevelop-python/kdevelop-python-1.5.1.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-1.5.1.ebuild @@ -37,11 +37,14 @@ HOMEPAGE="http://www.kdevelop.org" LICENSE="GPL-2" IUSE="debug" -DEPEND=" - >=dev-util/kdevelop-pg-qt-1.0.0 +COMMON_DEPEND=" >=dev-util/kdevplatform-1.4.60 " +DEPEND="${COMMON_DEPEND} + >=dev-util/kdevelop-pg-qt-1.0.0 +" RDEPEND=" + ${COMMON_DEPEND} dev-util/kdevelop " diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild index 12f94a3..d077e86 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -37,11 +37,14 @@ HOMEPAGE="http://www.kdevelop.org" LICENSE="GPL-2" IUSE="debug" -DEPEND=" - >=dev-util/kdevelop-pg-qt-1.0.0 +COMMON_DEPEND=" >=dev-util/kdevplatform-1.4.60 " +DEPEND="${COMMON_DEPEND} + >=dev-util/kdevelop-pg-qt-1.0.0 +" RDEPEND=" + ${COMMON_DEPEND} dev-util/kdevelop "