X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=dev-lang%2Fphp%2Fphp-5.6.9.ebuild;fp=dev-lang%2Fphp%2Fphp-5.6.9.ebuild;h=933d1248afb9cbb9390ab6d82ffb8210e6d4e359;hp=d96ff1afa5c564189b03adeb99ee4c8150db6e4b;hb=cd6f486ee5c70b3a42552bbbdffb750ae3f15b71;hpb=e7ab1d27b63e701b348fee007c1fdd690541072a diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild index d96ff1a..933d124 100644 --- a/dev-lang/php/php-5.6.9.ebuild +++ b/dev-lang/php/php-5.6.9.ebuild @@ -481,11 +481,8 @@ src_configure() { $(use_with mysql pdo-mysql ${mysqllib}) $(use_with postgres pdo-pgsql ) $(use_with sqlite pdo-sqlite ${EPREFIX}/usr) - $(use_with odbc pdo-odbc unixODBC,${EPREFIX}/usr)" - if use oci8-instant-client ; then - my_conf+=" - $(use_with oci8-instant-client pdo-oci)" - fi + $(use_with odbc pdo-odbc unixODBC,${EPREFIX}/usr) + $(use_with oci8-instant-client pdo-oci)" fi # readline/libedit support