summaryrefslogtreecommitdiff
path: root/dev-util/kdevplatform/kdevplatform-9999.ebuild
diff options
context:
space:
mode:
authorMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-08-04 06:20:58 +0200
committerMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-08-04 14:54:38 +0200
commiteb07ef4e4d2791811c14790495c3bd1c7fcfc461 (patch)
tree389ca25ae52610f0d3b9a396ed9dcc72467ce782 /dev-util/kdevplatform/kdevplatform-9999.ebuild
parent99a518e0753d13d9ad6a184a04a95a39dc52e4a1 (diff)
downloadkde-eb07ef4e4d2791811c14790495c3bd1c7fcfc461.tar.gz
kde-eb07ef4e4d2791811c14790495c3bd1c7fcfc461.tar.bz2
kde-eb07ef4e4d2791811c14790495c3bd1c7fcfc461.zip
[dev-util/kdevplatform] Updated kompare part handling
Diffstat (limited to 'dev-util/kdevplatform/kdevplatform-9999.ebuild')
-rw-r--r--dev-util/kdevplatform/kdevplatform-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild
index f0430ad4840..fdc043d6b56 100644
--- a/dev-util/kdevplatform/kdevplatform-9999.ebuild
+++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild
@@ -18,7 +18,7 @@ IUSE="cvs debug git kompare mercurial subversion"
DEPEND="
>=dev-libs/boost-1.35.0
- kompare? ( >=kde-base/kompare-${KDE_MINIMAL} )
+ kompare? ( >=kde-base/kompare-4.3.1 )
subversion? ( >=dev-util/subversion-1.3 )
"
# Moved to playground for now
@@ -37,7 +37,7 @@ src_configure() {
$(cmake-utils_use_build git)
$(cmake-utils_use_build mercurial)
$(cmake-utils_use_build subversion)
- $(cmake-utils_use_with kompare KOMPARE_PART)
+ $(cmake-utils_use_with kompare)
$(cmake-utils_use_with subversion SubversionLibrary)"
kde4-base_src_configure