From e7ab1d27b63e701b348fee007c1fdd690541072a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 8 Jun 2015 20:46:00 -0400 Subject: [PATCH 1/1] Remove redundant "if use oci8-instant-client" 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 a40ad29..d96ff1a 100644 --- a/dev-lang/php/php-5.6.9.ebuild +++ b/dev-lang/php/php-5.6.9.ebuild @@ -471,10 +471,8 @@ src_configure() { $(use_with iodbc iodbc ${EPREFIX}/usr)" # Oracle support - if use oci8-instant-client ; then - my_conf+=" - $(use_with oci8-instant-client oci8)" - fi + my_conf+=" + $(use_with oci8-instant-client oci8)" # PDO support if use pdo ; then -- 2.43.2