diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-05-27 21:34:25 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-05-27 21:34:25 +0000 |
commit | 0b1d686f3f0d63d46fef589c391ead4fd538f951 (patch) | |
tree | 0da5920005d7cd9f57f0358c328a07f3acf79a9a /eclass | |
parent | applied patch from Matteo Sasso to fix sandbox issues (bug #41006) (diff) | |
download | historical-0b1d686f3f0d63d46fef589c391ead4fd538f951.tar.gz historical-0b1d686f3f0d63d46fef589c391ead4fd538f951.tar.bz2 historical-0b1d686f3f0d63d46fef589c391ead4fd538f951.zip |
Fix for repoman errors
Diffstat (limited to '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 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 <robbat2@gentoo.org> 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 |