X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=dev-lang%2Fphp%2Fphp-5.6.4-r1.ebuild;h=75631afce7d98a8c24eae9d6510567bc69692538;hp=60dcae9c6f06934b4027edee2f9efa3aa04ccd35;hb=f51715779cd47de107fa5cb852cb08dca6b0cef1;hpb=4f298d77ec5051821b90a1abb3a9f46e0692eba2 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