From a1423a5e3d2de8e0e07748fe831026601e7bc3f2 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 8 Jun 2015 20:44:32 -0400 Subject: [PATCH 1/1] Remove redundant "if use iodbc" check (and merge it with the "odbc" use_with). --- dev-lang/php/php-5.6.9.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 -- 2.43.2