summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-01-07 18:24:29 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-01-07 18:24:29 +0000
commit752a70dc0a06c6af138971ddf9a2e92ebe647ea0 (patch)
tree043933edaf1181f28601a510c795f23b16b5a8c0 /eclass
parentMoved inherit before DESCRIPTION and closing bug #118145. (diff)
downloadhistorical-752a70dc0a06c6af138971ddf9a2e92ebe647ea0.tar.gz
historical-752a70dc0a06c6af138971ddf9a2e92ebe647ea0.tar.bz2
historical-752a70dc0a06c6af138971ddf9a2e92ebe647ea0.zip
Add blocker on dev-lang/php.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-sapi.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index cd0411c1b633..697fc88fa789 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.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/php-sapi.eclass,v 1.87 2005/10/29 18:28:29 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.88 2006/01/07 18:24:29 chtekk Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic multilib libtool
@@ -73,6 +73,7 @@ RDEPEND="${RDEPEND} berkdb? ( =sys-libs/db-1*
# 2004/03/28 - stuart - added dependency on the php manual snapshot
RDEPEND="${RDEPEND}
+ !dev-lang/php
app-arch/bzip2
X? ( virtual/x11 )
crypt? ( >=dev-libs/libmcrypt-2.4 >=app-crypt/mhash-0.8 )