diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-26 06:06:40 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-26 06:06:40 +0000 |
commit | ab24a9f416e4691df6ed5df46d105c973c523e6e (patch) | |
tree | 8a760946cc72812a386452ae6e75d178b86f395a /eclass/php5-sapi-r1.eclass | |
parent | Fix modular-X deps properly. "use? || (...)" is not valid, it should be "use?... (diff) | |
download | historical-ab24a9f416e4691df6ed5df46d105c973c523e6e.tar.gz historical-ab24a9f416e4691df6ed5df46d105c973c523e6e.tar.bz2 historical-ab24a9f416e4691df6ed5df46d105c973c523e6e.zip |
Fix modular-x deps on old PHP eclasses. Not really needed, but makes tracing of real modular-x bugs easier.
Diffstat (limited to 'eclass/php5-sapi-r1.eclass')
-rw-r--r-- | eclass/php5-sapi-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass index 1487f120ffe9..65559db1e32b 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.21 2006/01/22 18:52:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.22 2006/01/26 06:06:40 robbat2 Exp $ # # eclass/php5-sapi-r1.eclass # Eclass for building different php5 SAPI instances @@ -68,7 +68,7 @@ DEPEND="$DEPEND tiff? ( media-libs/tiff ) truetype? ( =media-libs/freetype-1* =media-libs/freetype-2* >=media-libs/t1lib-5.0.0 ) wddx? ( dev-libs/expat ) - xpm? ( virtual/x11 ) + xpm? ( || ( x11-libs/libXpm virtual/x11 ) ) xsl? ( dev-libs/libxslt ) zlib? ( sys-libs/zlib )" |