From 042892f65180b726bfb1f58354418bce54f395bd Mon Sep 17 00:00:00 2001 From: abcd Date: Fri, 4 Dec 2009 23:50:16 -0500 Subject: Finish converting mycmakeargs to an array --- net-libs/libssh/libssh-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-libs/libssh/libssh-9999.ebuild') diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index a46cdb8ad75..0a04edae6ac 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -31,7 +31,7 @@ src_prepare() { } src_configure() { - mycmakeargs="${mycmakeargs} + mycmakeargs=( $(cmake-utils_use_with debug DEBUG_CALLTRACE) $(cmake-utils_use_with debug DEBUG_CRYPTO) $(cmake-utils_use_with gcrypt) @@ -40,7 +40,7 @@ src_configure() { $(cmake-utils_use_with ssh1) $(cmake-utils_use_with server) $(cmake-utils_use_with static-libs STATIC_LIB) - " + ) cmake-utils_src_configure } -- cgit v1.2.3