diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-01-07 18:24:29 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-01-07 18:24:29 +0000 |
commit | 7b962bda0589c9d61f0a571562ccd617d13c5a34 (patch) | |
tree | b6bf037d98adf2dafe224b7ad8320e2cf2a4a730 /eclass | |
parent | Moved inherit before DESCRIPTION and closing bug #118145. (diff) | |
download | gentoo-2-7b962bda0589c9d61f0a571562ccd617d13c5a34.tar.gz gentoo-2-7b962bda0589c9d61f0a571562ccd617d13c5a34.tar.bz2 gentoo-2-7b962bda0589c9d61f0a571562ccd617d13c5a34.zip |
Add blocker on dev-lang/php.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 3 |
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 ) |