diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-02 02:13:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-02 02:13:29 +0000 |
commit | 90d3429414953e575893d248315af41c1ff26155 (patch) | |
tree | 247faf8eb505f7b60285fe36fd316ab7f8cfac94 /eclass | |
parent | ver bump (Manifest recommit) (diff) | |
download | gentoo-2-90d3429414953e575893d248315af41c1ff26155.tar.gz gentoo-2-90d3429414953e575893d248315af41c1ff26155.tar.bz2 gentoo-2-90d3429414953e575893d248315af41c1ff26155.zip |
bug #67968.
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 ) |