summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-06-08 02:29:38 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-06-08 02:29:38 +0000
commit09171e1a0a4da6d759f5122dc872540bb4b0dbf8 (patch)
tree4c0937baa43e6d0e912109ec3cf4f2ba112e4be3 /eclass
parentFixed bug with old stuff being installed. Added MySQL4.1 support (diff)
downloadgentoo-2-09171e1a0a4da6d759f5122dc872540bb4b0dbf8.tar.gz
gentoo-2-09171e1a0a4da6d759f5122dc872540bb4b0dbf8.tar.bz2
gentoo-2-09171e1a0a4da6d759f5122dc872540bb4b0dbf8.zip
prepare for xml(2) changes. RDEPEND fix
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php.eclass8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass
index 34ff8e63b324..ffb7bffd7b23 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.35 2003/06/08 02:27:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.36 2003/06/08 02:29:38 robbat2 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
@@ -68,14 +68,16 @@ DEPEND="${DEPEND}
ssl? ( >=dev-libs/openssl-0.9.5 )
tiff? ( >=media-libs/tiff-3.5.5 )
truetype? ( ~media-libs/freetype-1.3.1 >=media-libs/t1lib-1.3.1 )
- xml2? ( dev-libs/libxml2 >=dev-libs/libxslt-1.0.30 )
- xml? ( >=net-libs/libwww-5.3.2 >=app-text/sablotron-0.97 dev-libs/expat )
zlib? ( sys-libs/zlib )
!dev-libs/9libs
virtual/mta
+ xml2? ( dev-libs/libxml2 >=dev-libs/libxslt-1.0.30 )
+ xml? ( >=net-libs/libwww-5.3.2 >=app-text/sablotron-0.97 dev-libs/expat )
"
#9libs causes a configure error
+RDEPEND="${RDEPEND} ${DEPEND}"
+
#Waiting for somebody to want this:
#cyrus? ( net-mail/cyrus-imapd net-mail/cyrus-imap-admin dev-libs/cyrus-imap-dev )