add pdo useflag, bump php dep to 5.3, its the only version in tree

This commit is contained in:
Robert Förster (Dessa) 2013-11-15 09:59:27 +01:00
parent 8aefd0f92e
commit fe019eca33
1 changed files with 2 additions and 2 deletions

View File

@ -24,14 +24,14 @@ LICENSE="GPL-2"
SLOT="0" SLOT="0"
IUSE="aps autoresponder awstats bind domainkey dovecot fcgid ftpquota fpm lighttpd +log mailquota nginx pureftpd quota ssl +tickets" IUSE="aps autoresponder awstats bind domainkey dovecot fcgid ftpquota fpm lighttpd +log mailquota nginx pureftpd quota ssl +tickets"
PHP_REQUIRED_FLAGS="bcmath,cli,ctype,filter,ftp,gd,mysql,nls,pcntl,posix,session,simplexml,ssl=,tokenizer,xml,xsl(+),xslt(+),zlib" PHP_REQUIRED_FLAGS="bcmath,cli,ctype,filter,ftp,gd,mysql,nls,pcntl,pdo,posix,session,simplexml,ssl=,tokenizer,xml,xslt,zlib"
DEPEND=" DEPEND="
!www-apps/syscp !www-apps/syscp
>=mail-mta/postfix-2.4[mysql,ssl=] >=mail-mta/postfix-2.4[mysql,ssl=]
virtual/cron virtual/cron
virtual/mysql virtual/mysql
>=dev-lang/php-5.2[${PHP_REQUIRED_FLAGS}] >=dev-lang/php-5.3[${PHP_REQUIRED_FLAGS}]
pureftpd? ( pureftpd? (
net-ftp/pure-ftpd[mysql,ssl=] net-ftp/pure-ftpd[mysql,ssl=]
) )