diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-08 10:04:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-08 10:04:25 +0000 |
commit | 50ac2cf700c6b1d75f722d7ee2222879ba16979b (patch) | |
tree | bb6e21b153720582b7a2fdcdf66fae305e4df23e /eclass/php-2.eclass | |
parent | Added new naim version 0.11.6.4, masked as ~x86 (diff) | |
download | historical-50ac2cf700c6b1d75f722d7ee2222879ba16979b.tar.gz historical-50ac2cf700c6b1d75f722d7ee2222879ba16979b.tar.bz2 historical-50ac2cf700c6b1d75f722d7ee2222879ba16979b.zip |
remove yaz from old stuff as it is very new
Diffstat (limited to 'eclass/php-2.eclass')
-rw-r--r-- | eclass/php-2.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/php-2.eclass b/eclass/php-2.eclass index 8d0efab8147b..6aa2c778f6ea 100644 --- a/eclass/php-2.eclass +++ b/eclass/php-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-2.eclass,v 1.11 2004/01/08 07:23:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-2.eclass,v 1.12 2004/01/08 10:04:25 robbat2 Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -35,7 +35,7 @@ SRC_URI="${SRC_URI} mirror://gentoo/php-4.3.2-fopen-url-secure.patch" # Where we work S=${WORKDIR}/${MY_P} -IUSE="${IUSE} X crypt curl firebird flash freetds gd gd-external gdbm imap informix ipv6 java jpeg ldap mcal memlimit mysql nls oci8 odbc pam pdflib png postgres qt snmp spell ssl tiff truetype xml2 yaz" +IUSE="${IUSE} X crypt curl firebird flash freetds gd gd-external gdbm imap informix ipv6 java jpeg ldap mcal memlimit mysql nls oci8 odbc pam pdflib png postgres qt snmp spell ssl tiff truetype xml2" # berkdb stuff is complicated # we need db-1.* for ndbm @@ -84,8 +84,7 @@ RDEPEND=" >=app-text/sablotron-0.97 dev-libs/expat sys-libs/zlib - virtual/mta - yaz? ( dev-libs/yaz )" + virtual/mta" # libswf is ONLY available on x86 RDEPEND="${RDEPEND} flash? ( @@ -310,7 +309,6 @@ php_src_compile() { myconf="${myconf} `use_with kerberos kerberos /usr` `use_with pam`" myconf="${myconf} `use_enable memlimit memory-limit`" myconf="${myconf} `use_enable ipv6`" - myconf="${myconf} `use_with yaz`" if use curl; then myconf="${myconf} --with-curlwrappers --with-curl=/usr" else |