From 57f70319ca5889723d8027a61296716e948b93ff Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 12 Jan 2015 14:42:51 -0500 Subject: [PATCH] Remove redundant "if use oci8-instant-client" check. --- dev-lang/php/php-5.6.4-r1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index 9dfc351..82182e2 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -365,6 +365,7 @@ src_configure() { $(use_with mhash mhash "${EPREFIX}"/usr) $(use_with mssql mssql "${EPREFIX}"/usr) $(use_with nls gettext "${EPREFIX}"/usr) + $(use_with oci8-instant-client oci8) $(use_with odbc unixODBC "${EPREFIX}"/usr) $(use_enable opcache opcache ) $(use_enable pcntl pcntl ) @@ -461,12 +462,6 @@ src_configure() { my_conf+="${mysqlsock}" fi - # Oracle support - if use oci8-instant-client ; then - my_conf+=" - $(use_with oci8-instant-client oci8)" - fi - # PDO support if use pdo ; then my_conf+=" -- 2.43.2