From 8d3d15a7029facb2ecd58ea63058651822ab108c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 12 Jan 2015 14:44:47 -0500 Subject: [PATCH] Separate the imap use_with from its SSL support. --- dev-lang/php/php-5.6.4-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index 82182e2..e8cfae0 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -357,6 +357,7 @@ src_configure() { $(use_with gmp gmp "${EPREFIX}"/usr) $(use_enable hash hash ) $(use_with iconv iconv $(use elibc_glibc || echo "${EPREFIX}"/usr)) + $(use_with imap imap "${EPREFIX}"/usr) $(use_enable intl intl ) $(use_with iodbc iodbc "${EPREFIX}"/usr) $(use_enable ipv6 ipv6 ) @@ -432,11 +433,9 @@ src_configure() { my_conf+=" $(use_with gd gd)" - # IMAP support + # IMAP SSL support if use imap ; then - my_conf+=" - $(use_with imap imap ${EPREFIX}/usr) - $(use_with ssl imap-ssl ${EPREFIX}/usr)" + my_conf+="$(use_with ssl imap-ssl ${EPREFIX}/usr)" fi # LDAP support -- 2.43.2