diff options
author | 2003-05-27 09:40:21 +0000 | |
---|---|---|
committer | 2003-05-27 09:40:21 +0000 | |
commit | 74b33880e91623e61d1d0f07cccb77ae7282c9a6 (patch) | |
tree | 9056145674cfa7bb92104dc4dd78dbb20aa9aa58 /eclass/php.eclass | |
parent | Minor update to web-doc target. (diff) | |
download | historical-74b33880e91623e61d1d0f07cccb77ae7282c9a6.tar.gz historical-74b33880e91623e61d1d0f07cccb77ae7282c9a6.tar.bz2 historical-74b33880e91623e61d1d0f07cccb77ae7282c9a6.zip |
Fix php.eclass to include the db4 patch in src_uri. Else it can
obviously not find it.
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r-- | eclass/php.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index 36a256da0c34..9b6d756e0cae 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 or later # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.24 2003/05/26 07:47:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.25 2003/05/27 09:40:21 pauldv 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 @@ -27,7 +27,8 @@ S=${WORKDIR}/${MY_P} [ -z "$LICENSE" ] && LICENSE="PHP" [ -z "$PROVIDE" ] && PROVIDE="virtual/php" # PHP does automatic mirroring from this URI -[ -z "$SRC_URI" ] && SRC_URI="http://www.php.net/distributions/${MY_P}.tar.bz2" +[ -z "$SRC_URI" ] && SRC_URI="http://www.php.net/distributions/${MY_P}.tar.bz2 + mirror://gentoo/php-${PV}-db4.diff.gz" IUSE="${IUSE} X berkdb cjk crypt curl firebird flash freetds gd gdbm imap informix java jpeg ldap mcal mysql nls oci8 odbc pam pdflib memlimit pic png postgres qt snmp spell ssl tiff truetype xml xml2 zlib " |