From: Michael Orlitzky Date: Mon, 12 Jan 2015 20:18:32 +0000 (-0500) Subject: Replace two missing spaces. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=f51715779cd47de107fa5cb852cb08dca6b0cef1 Replace two missing spaces. --- diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index 60dcae9..75631af 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -450,7 +450,7 @@ src_configure() { # IMAP SSL support if use imap ; then - my_conf+="$(use_with ssl imap-ssl ${EPREFIX}/usr)" + my_conf+=" $(use_with ssl imap-ssl ${EPREFIX}/usr)" fi # MySQL support @@ -470,7 +470,7 @@ src_configure() { fi # MySQL PDO support - my_conf+="$(use_with pdo-mysql pdo-mysql ${mysqllib})" + my_conf+=" $(use_with pdo-mysql pdo-mysql ${mysqllib})" # Session support if use session ; then