From 0b1d686f3f0d63d46fef589c391ead4fd538f951 Mon Sep 17 00:00:00 2001 From: Stuart Herbert Date: Thu, 27 May 2004 21:34:25 +0000 Subject: Fix for repoman errors --- eclass/php-sapi.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 9d25bad9ba6a..10b3623e34ff 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.26 2004/05/26 15:28:37 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.27 2004/05/27 21:34:25 stuart Exp $ # Author: Robin H. Johnson inherit eutils flag-o-matic @@ -103,7 +103,7 @@ RDEPEND="${RDEPEND} yaz? ( dev-libs/yaz ) doc? ( app-doc/php-docs ) gmp? ( dev-libs/gmp ) - mssql? ( >=dev-db/freetds-0.62.3 )" + mssql? ( dev-db/freetds )" # USE structure doesn't support ~x86 -- cgit v1.2.3-65-gdbad