From eafb3b8a5cb2ccce06afa3e23af50f1e909934a8 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 6 Jul 2004 22:24:47 +0000 Subject: fix as extensions need dev-php/php to compile. --- eclass/php-ext-base.eclass | 4 ++-- eclass/php-ext-source.eclass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'eclass') diff --git a/eclass/php-ext-base.eclass b/eclass/php-ext-base.eclass index 8e0135d01186..b0881cea7092 100644 --- a/eclass/php-ext-base.eclass +++ b/eclass/php-ext-base.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-ext-base.eclass,v 1.12 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.13 2004/07/06 22:24:47 robbat2 Exp $ # # Author: Tal Peer # Author: Stuart Herbert @@ -35,7 +35,7 @@ EXT_DIR="`php-config --extension-dir 2>/dev/null`" # ---end ebuild configurable settings DEPEND="${DEPEND} - virtual/php + dev-php/php >=sys-devel/m4-1.4 >=sys-devel/libtool-1.4.3" diff --git a/eclass/php-ext-source.eclass b/eclass/php-ext-source.eclass index a0efa443fe2f..1090ebc2383b 100644 --- a/eclass/php-ext-source.eclass +++ b/eclass/php-ext-source.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-ext-source.eclass,v 1.7 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.8 2004/07/06 22:24:47 robbat2 Exp $ # # Author: Tal Peer # Author: Stuart Herbert @@ -28,7 +28,7 @@ EXPORT_FUNCTIONS src_compile src_install # ---end ebuild configurable settings DEPEND="${DEPEND} - virtual/php + dev-php/php >=sys-devel/m4-1.4 >=sys-devel/libtool-1.4.3" -- cgit v1.2.3-65-gdbad