diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-01 22:12:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-01 22:12:30 +0000 |
commit | 5d2f6583fda84f9f93d3fe146e713c76bfafd6f8 (patch) | |
tree | 936995fa1c390b4f41c71cba11fb5545cea9d736 /eclass/php5-sapi-r1.eclass | |
parent | Fixed ChangeLog header. (diff) | |
download | gentoo-2-5d2f6583fda84f9f93d3fe146e713c76bfafd6f8.tar.gz gentoo-2-5d2f6583fda84f9f93d3fe146e713c76bfafd6f8.tar.bz2 gentoo-2-5d2f6583fda84f9f93d3fe146e713c76bfafd6f8.zip |
USE=bzlib -> USE=bzip2
Diffstat (limited to 'eclass/php5-sapi-r1.eclass')
-rw-r--r-- | eclass/php5-sapi-r1.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass index 814cdee25fb5..7bb84e38ec33 100644 --- a/eclass/php5-sapi-r1.eclass +++ b/eclass/php5-sapi-r1.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-r1.eclass,v 1.6 2005/05/17 18:43:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.7 2005/06/01 22:12:30 vapier Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -23,13 +23,13 @@ HOMEPAGE="http://www.php.net/" LICENSE="PHP-3" SRC_URI="http://www.php.net/distributions/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" -IUSE="${IUSE} adabas bcmath berkdb birdstep bzlib calendar cdb cpdflib crypt ctype curl curlwrappers db2 dba dbase dbm dbmaker dbx debug dio empress empress-bcs esoob exif fam frontbase fdftk flatfile filepro firebird ftp gd gd-external gdbm gmp hyperwave-api imap inifile iconv informix ingres iodbc jpeg kerberos ldap libedit mcve memlimit mhash mime ming mnogosearch msession msql mssql mysql mysqli ncurses nls nis 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" +IUSE="${IUSE} adabas bcmath berkdb birdstep bzip2 calendar cdb cpdflib crypt ctype curl curlwrappers db2 dba dbase dbm dbmaker dbx debug dio empress empress-bcs esoob exif fam frontbase fdftk flatfile filepro firebird ftp gd gd-external gdbm gmp hyperwave-api imap inifile iconv informix ingres iodbc jpeg kerberos ldap libedit mcve memlimit mhash mime ming mnogosearch msession msql mssql mysql mysqli ncurses nls nis 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" # these USE flags should have the correct dependencies DEPEND="$DEPEND !<=dev-php/php-4.99.99 berkdb? ( =sys-libs/db-4* ) - bzlib? ( app-arch/bzip2 ) + bzip2? ( app-arch/bzip2 ) cpdflib? ( >=media-libs/clibpdf-2 ) crypt? ( >=dev-libs/libmcrypt-2.4 ) curl? ( >=net-misc/curl-7.10.5 ) @@ -349,7 +349,7 @@ php5-sapi_src_compile() { # extension USE flag shared support? enable_extension_enable "bcmath" "bcmath" 1 - enable_extension_with "bz2" "bzlib" 1 + enable_extension_with "bz2" "bzip2" 1 enable_extension_enable "calendar" "calendar" 1 enable_extension_with "cpdflib" "cpdflib" 1 # depends on jpeg enable_extension_disable "ctype" "ctype" 0 |