summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-09-11 16:39:10 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-09-11 16:39:10 +0000
commit575d75baf5eaf53d5af2f336b32ca78dbae4a96c (patch)
tree55477e4a77fd0a3f0cde732c862b0d98ce1e5e8b /eclass/php-pear-r1.eclass
parentAdded thanks to Jan Kundrát to ChangeLog (diff)
downloadgentoo-2-575d75baf5eaf53d5af2f336b32ca78dbae4a96c.tar.gz
gentoo-2-575d75baf5eaf53d5af2f336b32ca78dbae4a96c.tar.bz2
gentoo-2-575d75baf5eaf53d5af2f336b32ca78dbae4a96c.zip
fix pear bug + minor fixes
Diffstat (limited to 'eclass/php-pear-r1.eclass')
-rw-r--r--eclass/php-pear-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass
index 95854e99a0e3..31fcb771b1b8 100644
--- a/eclass/php-pear-r1.eclass
+++ b/eclass/php-pear-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/php-pear-r1.eclass,v 1.3 2005/09/08 17:01:02 beu Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.4 2005/09/11 16:39:10 hollow Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
#
@@ -18,7 +18,7 @@ EXPORT_FUNCTIONS src_install
# We must depend on the base package as we need it to do
# install tasks (it provides the pear binary).
-DEPEND="${DEPEND} dev-lang/php"
+DEPEND="${DEPEND} dev-lang/php >=dev-php/PEAR-PEAR-1.3.6"
RDEPEND="${RDEPEND} ${DEPEND}"
fix_PEAR_PV() {