From: Michael Orlitzky Date: Mon, 12 Jan 2015 19:49:12 +0000 (-0500) Subject: Combine readline/libedit and other use_with statements. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=ac042182527546b161722c2010b66d489bcae439;hp=8c5acfdcc2e0e5328930289750414b677048e097 Combine readline/libedit and other use_with statements. --- diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index 371a080..c76611d 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -365,6 +365,7 @@ src_configure() { $(use_with kerberos kerberos "${EPREFIX}"/usr) $(use_with ldap ldap "${EPREFIX}"/usr) $(use_with ldap-sasl ldap-sasl "${EPREFIX}"/usr) + $(use_with libedit libedit "${EPREFIX}"/usr) $(use_with mhash mhash "${EPREFIX}"/usr) $(use_with mssql mssql "${EPREFIX}"/usr) $(use_with nls gettext "${EPREFIX}"/usr) @@ -377,6 +378,7 @@ src_configure() { $(use_enable posix posix ) $(use_with postgres pgsql "${EPREFIX}"/usr) $(use_with spell pspell "${EPREFIX}"/usr) + $(use_with readline readline "${EPREFIX}"/usr) $(use_with recode recode "${EPREFIX}"/usr) $(use_enable sharedmem shmop ) $(use_enable simplexml simplexml ) @@ -470,11 +472,6 @@ src_configure() { fi fi - # readline/libedit support - my_conf+=" - $(use_with readline readline ${EPREFIX}/usr) - $(use_with libedit libedit ${EPREFIX}/usr)" - # Session support if use session ; then my_conf+="