From: Michael Orlitzky Date: Tue, 9 Jun 2015 00:44:32 +0000 (-0400) Subject: Remove redundant "if use iodbc" check (and merge it with the "odbc" use_with). X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=a1423a5e3d2de8e0e07748fe831026601e7bc3f2 Remove redundant "if use iodbc" check (and merge it with the "odbc" use_with). --- diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild index 72cb4cf..a40ad29 100644 --- a/dev-lang/php/php-5.6.9.ebuild +++ b/dev-lang/php/php-5.6.9.ebuild @@ -467,12 +467,8 @@ src_configure() { # ODBC support my_conf+=" - $(use_with odbc unixODBC ${EPREFIX}/usr)" - - if use iodbc ; then - my_conf+=" - $(use_with iodbc iodbc ${EPREFIX}/usr)" - fi + $(use_with odbc unixODBC ${EPREFIX}/usr) + $(use_with iodbc iodbc ${EPREFIX}/usr)" # Oracle support if use oci8-instant-client ; then