diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-23 14:55:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-23 14:55:11 +0000 |
commit | 9ac8d8fd5de9313b759a9ac46ff8787c369e58ca (patch) | |
tree | 9038c39ce988000949a387679f8af8d707be1d80 /eclass/php5-sapi-r3.eclass | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-9ac8d8fd5de9313b759a9ac46ff8787c369e58ca.tar.gz gentoo-2-9ac8d8fd5de9313b759a9ac46ff8787c369e58ca.tar.bz2 gentoo-2-9ac8d8fd5de9313b759a9ac46ff8787c369e58ca.zip |
No need to treat IUSE as incremental, portage handles it.
Diffstat (limited to 'eclass/php5-sapi-r3.eclass')
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass index a0d17a1f1f95..fa4a7985a123 100644 --- a/eclass/php5-sapi-r3.eclass +++ b/eclass/php5-sapi-r3.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.21 2005/07/23 05:25:50 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.22 2005/08/23 14:55:11 swegener Exp $ # # ######################################################################## # @@ -37,7 +37,7 @@ if [ "${PHP_PACKAGE}" = 1 ]; then S="${WORKDIR}/${MY_PHP_P}" fi -IUSE="${IUSE} adabas bcmath berkdb birdstep bzip2 calendar cdb crypt ctype curl +IUSE="adabas bcmath berkdb birdstep bzip2 calendar cdb crypt ctype curl curlwrappers db2 dba dbase dbm dbmaker dbx debug empress empress-bcs esoob exif frontbase fdftk flatfile filepro firebird ftp gd gd-external gdbm gmp hardenedphp hyperwave-api imap inifile iconv informix interbase iodbc jpeg kerberos ldap libedit mcve memlimit mhash mime ming mkconfig msession msql mssql mysql mysqli ncurses nls oci8 odbc oracle7 ovrimos pcntl pcre pfpro png postgres posix qdbm readline recode sapdb sasl session sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl sybase sybase-ct sysvipc threads tidy tiff tokenizer truetype wddx xsl xml2 xmlrpc xpm zlib" |