Fixes bug 595760.
Package-Manager: portage-2.3.0
LICENSE="GPL-3"
KEYWORDS="~amd64 ~mips ~x86"
-IUSE="daemon +mysql postgres"
+IUSE="daemon +mysqli postgres"
DEPEND="
- daemon? ( dev-lang/php:*[mysql?,postgres?,pcntl,curl] )
- !daemon? ( dev-lang/php:*[mysql?,postgres?,curl] )
+ daemon? ( dev-lang/php:*[mysqli?,postgres?,pcntl,curl] )
+ !daemon? ( dev-lang/php:*[mysqli?,postgres?,curl] )
virtual/httpd-php:*
"
RDEPEND="${DEPEND}"
-REQUIRED_USE="|| ( mysql postgres )"
+REQUIRED_USE="|| ( mysqli postgres )"
need_httpd_cgi # From webapp.eclass
LICENSE="GPL-3"
KEYWORDS="~amd64 ~mips ~x86"
-IUSE="daemon +mysql postgres"
+IUSE="daemon +mysqli postgres"
DEPEND="
- daemon? ( dev-lang/php:*[mysql?,postgres?,pcntl,curl] )
- !daemon? ( dev-lang/php:*[mysql?,postgres?,curl] )
+ daemon? ( dev-lang/php:*[mysqli?,postgres?,pcntl,curl] )
+ !daemon? ( dev-lang/php:*[mysqli?,postgres?,curl] )
virtual/httpd-php:*
"
RDEPEND="${DEPEND}"
-REQUIRED_USE="|| ( mysql postgres )"
+REQUIRED_USE="|| ( mysqli postgres )"
need_httpd_cgi # From webapp.eclass