summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-05 16:44:06 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-05 16:44:06 +0000
commit3a048f84ef2cbae7a9571ba3c4a160716909ea6c (patch)
treeefd44f5f59d439087bf3cdb2eb0f17667bb1f6cf /eclass/php-sapi.eclass
parentdid some cleanup, introduced support for the source useflag. (diff)
downloadgentoo-2-3a048f84ef2cbae7a9571ba3c4a160716909ea6c.tar.gz
gentoo-2-3a048f84ef2cbae7a9571ba3c4a160716909ea6c.tar.bz2
gentoo-2-3a048f84ef2cbae7a9571ba3c4a160716909ea6c.zip
Fixed [<>]=cat/pkg-ver* dependencies.
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r--eclass/php-sapi.eclass4
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
}