diff options
Diffstat (limited to 'app-office/kivio/kivio-9999.ebuild')
-rw-r--r-- | app-office/kivio/kivio-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-office/kivio/kivio-9999.ebuild b/app-office/kivio/kivio-9999.ebuild index 75e816a85f..7013dd514f 100644 --- a/app-office/kivio/kivio-9999.ebuild +++ b/app-office/kivio/kivio-9999.ebuild @@ -28,8 +28,9 @@ KMEXTRACTONLY=" KMLOADLIBS="koffice-libs" src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with python PythonLibs)" + mycmakeargs=( + $(cmake-utils_use_with python PythonLibs) + ) kde4-meta_src_configure } |