From 5c91251b715124ade50a02975686e666a1e04346 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 8 Jun 2015 20:40:46 -0400 Subject: [PATCH] Remove redundant "if use firebird" check. --- dev-lang/php/php-5.6.9.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild index 823087e..892f2ff 100644 --- a/dev-lang/php/php-5.6.9.ebuild +++ b/dev-lang/php/php-5.6.9.ebuild @@ -439,11 +439,8 @@ src_configure() { fi # Interbase/firebird support - - if use firebird ; then - my_conf+=" - $(use_with firebird interbase ${EPREFIX}/usr)" - fi + my_conf+=" + $(use_with firebird interbase ${EPREFIX}/usr)" # LDAP support if use ldap ; then -- 2.43.2