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/php.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/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 344d23669008..428f5652dd09 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.104 2005/09/25 12:30:26 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.105 2006/01/26 06:06:40 robbat2 Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> # This eclass is the old style of php, that was used before php-core was @@ -53,7 +53,7 @@ RDEPEND="${RDEPEND} berkdb? ( =sys-libs/db-1.* RDEPEND=" >=sys-libs/cracklib-2.7-r7 app-arch/bzip2 - X? ( virtual/x11 ) + X? ( || ( x11-libs/libXpm virtual/x11 ) ) crypt? ( >=dev-libs/libmcrypt-2.4 >=app-crypt/mhash-0.8 ) curl? ( >=net-misc/curl-7.10.2 ) x86? ( firebird? ( >=dev-db/firebird-1.0 ) ) |