summaryrefslogtreecommitdiff
path: root/dev-vcs
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/kdesvn/kdesvn-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/kdesvn/kdesvn-9999.ebuild b/dev-vcs/kdesvn/kdesvn-9999.ebuild
index 04bdbefda73..b20b0ecd998 100644
--- a/dev-vcs/kdesvn/kdesvn-9999.ebuild
+++ b/dev-vcs/kdesvn/kdesvn-9999.ebuild
@@ -33,7 +33,7 @@ RDEPEND="${DEPEND}
src_configure() {
append-cppflags -DQT_THREAD_SUPPORT
- [[ ${PV} = 9999* ]] && mycmakeargs=(-DDAILY_BUILD=ON)
+ [[ ${PV} = 9999* ]] && local mycmakeargs=(-DDAILY_BUILD=ON)
kde4-base_src_configure
}