diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-07-19 11:59:35 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-07-19 11:59:35 +0000 |
commit | 9e820dea17f62f72b7e66b0c00035ca4a629c8dc (patch) | |
tree | 35a3452cf27ef7fa9bfa1102af60f4f339dec7a1 /dev-php | |
parent | Add support for esd wrapper when using system-wide mode, by enabling anonymou... (diff) | |
download | historical-9e820dea17f62f72b7e66b0c00035ca4a629c8dc.tar.gz historical-9e820dea17f62f72b7e66b0c00035ca4a629c8dc.tar.bz2 historical-9e820dea17f62f72b7e66b0c00035ca4a629c8dc.zip |
Fix DEPEND.
Package-Manager: portage-2.1.1_pre2-r8
Diffstat (limited to 'dev-php')
4 files changed, 18 insertions, 4 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog b/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog index 4114bfe916be..c93122e34de6 100644 --- a/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog +++ b/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-MDB2_Driver_mysql # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog,v 1.1 2006/07/19 11:53:02 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog,v 1.2 2006/07/19 11:57:33 chtekk Exp $ + + 19 Jul 2006; Luca Longinotti <chtekk@gentoo.org> + PEAR-MDB2_Driver_mysql-1.1.0.ebuild: + Fix DEPEND. *PEAR-MDB2_Driver_mysql-1.1.0 (19 Jul 2006) diff --git a/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.1.0.ebuild b/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.1.0.ebuild index a7116b6ddc1a..24036a3658c5 100644 --- a/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.1.0.ebuild +++ b/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.1.0.ebuild,v 1.1 2006/07/19 11:53:02 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.1.0.ebuild,v 1.2 2006/07/19 11:57:33 chtekk Exp $ inherit php-pear-r1 depend.php @@ -10,6 +10,9 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" +DEPEND="dev-php/PEAR-MDB2" +RDEPEND="${DEPEND}" + pkg_setup() { has_php require_php_with_use mysql diff --git a/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog b/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog index 76bb7348c740..b61554c3e52f 100644 --- a/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog +++ b/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-MDB2_Driver_mysqli # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog,v 1.1 2006/07/19 11:54:50 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog,v 1.2 2006/07/19 11:59:35 chtekk Exp $ + + 19 Jul 2006; Luca Longinotti <chtekk@gentoo.org> + PEAR-MDB2_Driver_mysqli-1.1.0.ebuild: + Fix DEPEND. *PEAR-MDB2_Driver_mysqli-1.1.0 (19 Jul 2006) diff --git a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.1.0.ebuild b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.1.0.ebuild index 23eb552ef122..bb70c954f80d 100644 --- a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.1.0.ebuild +++ b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.1.0.ebuild,v 1.1 2006/07/19 11:54:50 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.1.0.ebuild,v 1.2 2006/07/19 11:59:35 chtekk Exp $ inherit php-pear-r1 depend.php @@ -10,6 +10,9 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" +DEPEND="dev-php/PEAR-MDB2" +RDEPEND="${DEPEND}" + need_php5 pkg_setup() { |