diff options
author | 2005-03-14 16:52:18 +0000 | |
---|---|---|
committer | 2005-03-14 16:52:18 +0000 | |
commit | f7f955ca80c591affff1bd5754e74d6958899902 (patch) | |
tree | 7f340ce584bf29645da6a8d16de7422d78edd93c | |
parent | Stable on ppc64 (diff) | |
download | historical-f7f955ca80c591affff1bd5754e74d6958899902.tar.gz historical-f7f955ca80c591affff1bd5754e74d6958899902.tar.bz2 historical-f7f955ca80c591affff1bd5754e74d6958899902.zip |
Revert Stuart's accidental commit.
-rw-r--r-- | eclass/php-pear.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-pear.eclass b/eclass/php-pear.eclass index ae4fb03a5ccd..451d64be4c63 100644 --- a/eclass/php-pear.eclass +++ b/eclass/php-pear.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-pear.eclass,v 1.7 2005/03/14 10:42:28 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.8 2005/03/14 16:52:18 sebastian Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # @@ -20,7 +20,7 @@ EXPORT_FUNCTIONS src_install # We must depend on the virtual as well as the base package as we need it to do # install tasks (it provides the pear binary). -DEPEND="$DEPEND >=dev-php/PEAR-PEAR-1.3.5-r1" +DEPEND="$DEPEND virtual/php dev-php/php" RDEPEND="$RDEPEND $DEPEND" fix_PEAR_PV() { |