diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-05 16:44:06 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-05 16:44:06 +0000 |
commit | 2ee10e697d5294e1a952e44091d8561f9e80af78 (patch) | |
tree | 28ad6acfcf095bf62972797b9c06e38505b08410 /eclass/php5-sapi.eclass | |
parent | did some cleanup, introduced support for the source useflag. (diff) | |
download | historical-2ee10e697d5294e1a952e44091d8561f9e80af78.tar.gz historical-2ee10e697d5294e1a952e44091d8561f9e80af78.tar.bz2 historical-2ee10e697d5294e1a952e44091d8561f9e80af78.zip |
Fixed [<>]=cat/pkg-ver* dependencies.
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index 44883d7f341c..c10f347bcc7e 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.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/php5-sapi.eclass,v 1.43 2005/03/19 06:58:45 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.44 2005/05/05 16:44:06 swegener Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -30,7 +30,7 @@ DEPEND="$DEPEND !<=dev-php/php-4.99.99 berkdb? ( =sys-libs/db-4* ) bzlib? ( app-arch/bzip2 ) - cpdflib? ( >=media-libs/clibpdf-2* ) + cpdflib? ( >=media-libs/clibpdf-2 ) crypt? ( >=dev-libs/libmcrypt-2.4 ) curl? ( >=net-misc/curl-7.10.2 ) fam? ( virtual/fam ) |