diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-04 16:48:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-04 16:48:54 +0000 |
commit | 48f8e791da19865303f92875cfd36d00ff09baf3 (patch) | |
tree | f2ff6991a97be31ee6ffcb9f1ea57cfacc160421 /eclass | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-48f8e791da19865303f92875cfd36d00ff09baf3.tar.gz gentoo-2-48f8e791da19865303f92875cfd36d00ff09baf3.tar.bz2 gentoo-2-48f8e791da19865303f92875cfd36d00ff09baf3.zip |
bug #43274, force a newer version of file for safety
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 17cb37a4890f..7e2cc95cfdb4 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.20 2004/04/21 00:37:20 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.21 2004/05/04 16:48:54 robbat2 Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -94,7 +94,7 @@ RDEPEND="${RDEPEND} dev-libs/expat sys-libs/zlib virtual/mta - sys-apps/file + >=sys-apps/file-4.02 yaz? ( dev-libs/yaz ) doc? ( app-doc/php-docs ) gmp? ( dev-libs/gmp )" |