summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-06-04 22:59:15 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-06-04 22:59:15 +0000
commitf1a2b11f2864f5e9b17b8874a11ac7e7db4e2873 (patch)
tree22f92f4ba9091c30fdb5cda3512aa8f73469e015 /eclass/php5_0-sapi.eclass
parent- version bump. rename qimlate to qcache [tcort]. make qpkg restrict chmod se... (diff)
downloadhistorical-f1a2b11f2864f5e9b17b8874a11ac7e7db4e2873.tar.gz
historical-f1a2b11f2864f5e9b17b8874a11ac7e7db4e2873.tar.bz2
historical-f1a2b11f2864f5e9b17b8874a11ac7e7db4e2873.zip
Fix gmp depend for older systems.
Diffstat (limited to 'eclass/php5_0-sapi.eclass')
-rw-r--r--eclass/php5_0-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_0-sapi.eclass b/eclass/php5_0-sapi.eclass
index 6b6630ddb988..7348aa7d5452 100644
--- a/eclass/php5_0-sapi.eclass
+++ b/eclass/php5_0-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.22 2006/05/18 16:40:21 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.23 2006/06/04 22:59:15 chtekk Exp $
#
# ########################################################################
#
@@ -65,7 +65,7 @@ DEPEND="${DEPEND}
gd? ( >=media-libs/jpeg-6b media-libs/libpng sys-libs/zlib )
gd-external? ( media-libs/gd )
gdbm? ( >=sys-libs/gdbm-1.8.0 )
- gmp? ( dev-libs/gmp )
+ gmp? ( >=dev-libs/gmp-4.1.2 )
iconv? ( virtual/libiconv )
imap? ( virtual/imap-c-client )
iodbc? ( dev-db/libiodbc >=dev-db/unixODBC-1.8.13 )