summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-03 13:28:41 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-03 13:28:41 +0000
commit5fb9a68deaa4b1528b82a5b6e991ec2d782bc0c3 (patch)
tree3a567b4bf9ab967e70157076f6099ecd08413aa4 /dev-php
parentFixed small LICENSE problem (diff)
downloadgentoo-2-5fb9a68deaa4b1528b82a5b6e991ec2d782bc0c3.tar.gz
gentoo-2-5fb9a68deaa4b1528b82a5b6e991ec2d782bc0c3.tar.bz2
gentoo-2-5fb9a68deaa4b1528b82a5b6e991ec2d782bc0c3.zip
added missing DEPEND
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/mod_php/mod_php-4.3.1-r1.ebuild4
-rw-r--r--dev-php/mod_php/mod_php-4.3.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.1-r1.ebuild b/dev-php/mod_php/mod_php-4.3.1-r1.ebuild
index 4a8189adc7da..dbc780e4d220 100644
--- a/dev-php/mod_php/mod_php-4.3.1-r1.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.1-r1.ebuild
@@ -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/dev-php/mod_php/mod_php-4.3.1-r1.ebuild,v 1.6 2003/03/03 09:20:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.1-r1.ebuild,v 1.7 2003/03/03 13:28:41 vapier Exp $
inherit flag-o-matic
@@ -43,7 +43,7 @@ DEPEND=">=net-www/apache-1.3.26-r2
ldap? ( >=net-nds/openldap-1.2.11 )
odbc? ( >=dev-db/unixODBC-1.8.13 )
xml2? ( dev-libs/libxml2 )
- crypt? ( >=dev-libs/libmcrypt-2.4
+ crypt? ( >=dev-libs/libmcrypt-2.4 >=app-crypt/mhash-0.8 )
mysql? ( >=dev-db/mysql-3.23.26 )
flash? ( media-libs/libswf >=media-libs/ming-0.2a )
spell? ( app-text/aspell )
diff --git a/dev-php/mod_php/mod_php-4.3.1.ebuild b/dev-php/mod_php/mod_php-4.3.1.ebuild
index c4043a460209..d0633ea61db9 100644
--- a/dev-php/mod_php/mod_php-4.3.1.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.1.ebuild
@@ -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/dev-php/mod_php/mod_php-4.3.1.ebuild,v 1.5 2003/03/03 09:20:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.1.ebuild,v 1.6 2003/03/03 13:28:41 vapier Exp $
inherit flag-o-matic
@@ -43,7 +43,7 @@ DEPEND=">=net-www/apache-1.3.26-r2
ldap? ( >=net-nds/openldap-1.2.11 )
odbc? ( >=dev-db/unixODBC-1.8.13 )
xml2? ( dev-libs/libxml2 )
- crypt? ( >=dev-libs/libmcrypt-2.4
+ crypt? ( >=dev-libs/libmcrypt-2.4 >=app-crypt/mhash-0.8 )
spell? ( app-text/aspell )
mysql? ( >=dev-db/mysql-3.23.26 )
freetds? ( >=dev-db/freetds-0.53 )