From 5fc77b34f0e4ca4531638f8b5722467b8ed50540 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 8 Jun 2015 20:42:17 -0400 Subject: [PATCH 1/1] Remove redundant "if use odbc" check. --- dev-lang/php/php-5.6.9.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild index 892f2ff..72cb4cf 100644 --- a/dev-lang/php/php-5.6.9.ebuild +++ b/dev-lang/php/php-5.6.9.ebuild @@ -466,10 +466,8 @@ src_configure() { fi # ODBC support - if use odbc ; then - my_conf+=" - $(use_with odbc unixODBC ${EPREFIX}/usr)" - fi + my_conf+=" + $(use_with odbc unixODBC ${EPREFIX}/usr)" if use iodbc ; then my_conf+=" -- 2.43.2