Fix gmp depend for older systems.
authorLuca Longinotti <chtekk@gentoo.org>
Sun, 4 Jun 2006 22:59:15 +0000 (22:59 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Sun, 4 Jun 2006 22:59:15 +0000 (22:59 +0000)
eclass/php4_4-sapi.eclass
eclass/php5_0-sapi.eclass
eclass/php5_1-sapi.eclass

index 301c292886d2be1f7006db1db7a43d15496dc4b2..4a2d9923fa316435c097a8bd7b7dfa24b8e75180 100644 (file)
@@ -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/php4_4-sapi.eclass,v 1.20 2006/05/18 16:40:21 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.21 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 )
index 6b6630ddb988101bea11047a9021faae91c28f7f..7348aa7d545292b12f7f70271701b742745d1bdc 100644 (file)
@@ -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 )
index 12d22ea72a461593f8046e18307a17cdf2acbc79..2515f1c8378f732ed3ce2dd7623fa13525615e75 100644 (file)
@@ -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_1-sapi.eclass,v 1.25 2006/05/18 16:40:21 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.26 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 )