diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-12-28 13:38:44 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-12-28 13:38:44 +0000 |
commit | 6ac062d977a8ba82abf50b6e1beecc105e350fbd (patch) | |
tree | 170be7ede9b7cbb3548e20bc5d90ea67d12b0bb4 | |
parent | Initial import, thanks to Sascha Herrmann <starfox899@web.de> in bug #113535. (diff) | |
download | historical-6ac062d977a8ba82abf50b6e1beecc105e350fbd.tar.gz historical-6ac062d977a8ba82abf50b6e1beecc105e350fbd.tar.bz2 historical-6ac062d977a8ba82abf50b6e1beecc105e350fbd.zip |
Add new USE flags for PHP 5.1.1.
-rw-r--r-- | profiles/use.local.desc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 5c189d12ca4e..972ed72bb910 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -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/profiles/use.local.desc,v 1.1633 2005/12/28 10:15:02 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1634 2005/12/28 13:38:44 chtekk Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -279,8 +279,12 @@ dev-lang/php:java-external - Use the external java extension rather than the bun dev-lang/php:java-internal - Use the bundled java extension in PHP4 dev-lang/php:oci8-instant-client - Use dev-db/oracle-instantclient-basic as Oracle provider instead of requiring a full Oracle server install dev-lang/php:overload - Enable the overload extension +dev-lang/php:pdo - Enable the bundled PDO extensions dev-lang/php:pdo-external - Use the external pecl-pdo extension rather than the bundled one dev-lang/php:pear - Enable PEAR support +dev-lang/php:vm-goto - Use the GOTO Zend-VM +dev-lang/php:vm-switch - Use the SWITCH Zend-VM +dev-lang/php:xmlreader - Enable XMLReader support dev-lang/php:zip - Enable ZIP file support dev-lang/python:ucs2 - Enable byte size 2 unicode dev-lang/smarteiffel:tcc - use tcc instead of gcc for build (g++ is still used for c++ code) |