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/php-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/php-sapi.eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 439933785dbe..b6a7255943bf 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.57 2005/04/10 20:46:31 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.58 2005/05/05 16:44:06 swegener Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic multilib @@ -285,7 +285,7 @@ supports-lfs() { # for some reason (I do not know who wrote this) we do not want LFS on glibc-2.2 # maybe it's broken then - has_version '>=sys-libs/glibc-2.3*' && return 0 + has_version '>=sys-libs/glibc-2.3' && return 0 has_version '=sys-libs/glibc-2.2*' && return 1 return 0 } |