diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-10-12 18:16:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-10-12 18:16:50 +0000 |
commit | 05ad37e18dd90a85aeaab13343504eca10f5558a (patch) | |
tree | 7c1838b85178d61d19166a0690edda5c1d730afa /eclass/php-sapi.eclass | |
parent | keyword shuffle (Manifest recommit) (diff) | |
download | gentoo-2-05ad37e18dd90a85aeaab13343504eca10f5558a.tar.gz gentoo-2-05ad37e18dd90a85aeaab13343504eca10f5558a.tar.bz2 gentoo-2-05ad37e18dd90a85aeaab13343504eca10f5558a.zip |
add kerberos.
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index cf7f15f09fb8..8ef9edd791ad 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-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/php-sapi.eclass,v 1.49 2004/09/15 07:45:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.50 2004/10/12 18:16:50 robbat2 Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -115,7 +115,9 @@ RDEPEND="${RDEPEND} yaz? ( dev-libs/yaz ) doc? ( app-doc/php-docs ) gmp? ( dev-libs/gmp ) - mssql? ( dev-db/freetds )" + mssql? ( dev-db/freetds ) + kerberos? ( virtual/krb5 ) + " # USE structure doesn't support ~x86 |