diff options
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 8ef9edd791ad..584ba6af0bfa 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.50 2004/10/12 18:16:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.51 2004/11/02 02:13:29 robbat2 Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -76,7 +76,7 @@ RDEPEND="${RDEPEND} berkdb? ( =sys-libs/db-1* # 2004/03/28 - stuart - added dependency on the php manual snapshot RDEPEND="${RDEPEND} - >=sys-libs/cracklib-2.7-r7 + >=sys-libs/cracklib-2.7-r8 app-arch/bzip2 X? ( virtual/x11 ) crypt? ( >=dev-libs/libmcrypt-2.4 >=app-crypt/mhash-0.8 ) |