summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-11-07 23:12:06 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-11-07 23:12:06 +0000
commit3a4a754d938917e48800616166640bd90a2521d5 (patch)
tree84f3c2edbf7eebab414048e7d986e04d40fbf323 /eclass/php-ext-base.eclass
parentUpdate to build against external libsysfs. (diff)
downloadgentoo-2-3a4a754d938917e48800616166640bd90a2521d5.tar.gz
gentoo-2-3a4a754d938917e48800616166640bd90a2521d5.tar.bz2
gentoo-2-3a4a754d938917e48800616166640bd90a2521d5.zip
fix bug #32846
Diffstat (limited to 'eclass/php-ext-base.eclass')
-rw-r--r--eclass/php-ext-base.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/php-ext-base.eclass b/eclass/php-ext-base.eclass
index 931df05748f7..2b13d260cdfb 100644
--- a/eclass/php-ext-base.eclass
+++ b/eclass/php-ext-base.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.8 2003/09/09 08:22:17 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.9 2003/11/07 23:12:06 robbat2 Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
@@ -36,9 +36,12 @@ EXT_DIR="`php-config --extension-dir`"
DEPEND="${DEPEND}
virtual/php
- =sys-devel/m4-1.4
+ >=sys-devel/m4-1.4
>=sys-devel/libtool-1.4.3"
+RDEPEND="${RDEPEND}
+ virtual/php"
+
php-ext-base_buildinilist () {
# work out the list of .ini files to edit/add to