From: Michael Orlitzky Date: Tue, 9 Jun 2015 00:46:00 +0000 (-0400) Subject: Remove redundant "if use oci8-instant-client" check. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=e7ab1d27b63e701b348fee007c1fdd690541072a;hp=a1423a5e3d2de8e0e07748fe831026601e7bc3f2 Remove redundant "if use oci8-instant-client" check. --- 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