diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-26 20:35:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-26 20:35:14 +0000 |
commit | d155d2c7c6c13a57cfb42f8c400e8c8e57e67201 (patch) | |
tree | b06a5c9ca824db57c39c2d52c20b9bfe71f2a041 /eclass/php.eclass | |
parent | Marked stable for x86 (diff) | |
download | gentoo-2-d155d2c7c6c13a57cfb42f8c400e8c8e57e67201.tar.gz gentoo-2-d155d2c7c6c13a57cfb42f8c400e8c8e57e67201.tar.bz2 gentoo-2-d155d2c7c6c13a57cfb42f8c400e8c8e57e67201.zip |
put xml2 back in IUSE
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r-- | eclass/php.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index a7aabd73e953..a078aab7ae13 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,7 +1,7 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.59 2003/06/26 20:24:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.60 2003/06/26 20:35:14 robbat2 Exp $ # This EBUILD is totally masked presently. Use it at your own risk. I know it # is severely broken, but I needed to get a copy into CVS to pass around and @@ -35,7 +35,7 @@ if [ -z "$SRC_URI" ]; then #mirror://gentoo/${MY_P}-db4.diff.gz fi -IUSE="${IUSE} X cjk crypt curl firebird flash freetds gd gd-external gdbm imap informix java jpeg ldap mcal mysql nls oci8 odbc pam pdflib memlimit png postgres qt snmp spell ssl tiff truetype" +IUSE="${IUSE} X cjk crypt curl firebird flash freetds gd gd-external gdbm imap informix java jpeg ldap mcal mysql nls oci8 odbc pam pdflib memlimit png postgres qt snmp spell ssl tiff truetype xml2" # Berkdb is disabled due to DB4 and changes in PHP4.3.2 #RDEPEND="${RDEPEND} berkdb? ( >=sys-libs/db-4.1.25 )" |