From: Michael Orlitzky Date: Mon, 12 Jan 2015 19:41:58 +0000 (-0500) Subject: Remove redundant "if use firebird" check. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=3f4090e21a05ece928af991533c430bd02ef70e5 Remove redundant "if use firebird" check. --- 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+="