From 3f4090e21a05ece928af991533c430bd02ef70e5 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 12 Jan 2015 14:41:58 -0500 Subject: [PATCH] Remove redundant "if use firebird" check. --- dev-lang/php/php-5.6.4-r1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index 79be81f..9dfc351 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -352,6 +352,7 @@ src_configure() { $(use_enable exif exif ) $(use_enable fileinfo fileinfo ) $(use_enable filter filter ) + $(use_with firebird interbase "${EPREFIX}"/usr) $(use_enable ftp ftp ) $(use_with gmp gmp "${EPREFIX}"/usr) $(use_enable hash hash ) @@ -437,13 +438,6 @@ src_configure() { $(use_with ssl imap-ssl ${EPREFIX}/usr)" fi - # Interbase/firebird support - - if use firebird ; then - my_conf+=" - $(use_with firebird interbase ${EPREFIX}/usr)" - fi - # LDAP support if use ldap ; then my_conf+=" -- 2.43.2