summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-python/kdevelop-python-1.5.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-1.5.1.ebuild')
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-1.5.1.ebuild7
1 files changed, 5 insertions, 2 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 12f94a3dc33..d077e861d1c 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
"