diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-02-15 01:29:29 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-02-15 01:29:29 +0000 |
commit | 746a7c527dbe777edfb792bbb32b8e5ee39d4bc5 (patch) | |
tree | 2421b66fb85f75146d3655c16bbc417926376d95 /dev-php/PEAR-DB | |
parent | remove uae mask (diff) | |
download | gentoo-2-746a7c527dbe777edfb792bbb32b8e5ee39d4bc5.tar.gz gentoo-2-746a7c527dbe777edfb792bbb32b8e5ee39d4bc5.tar.bz2 gentoo-2-746a7c527dbe777edfb792bbb32b8e5ee39d4bc5.zip |
Fix deps, bug 303517
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-DB')
-rw-r--r-- | dev-php/PEAR-DB/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild | 7 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild | 7 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild | 7 |
4 files changed, 18 insertions, 11 deletions
diff --git a/dev-php/PEAR-DB/ChangeLog b/dev-php/PEAR-DB/ChangeLog index bbd6edd399c1..7bc9cd2331ad 100644 --- a/dev-php/PEAR-DB/ChangeLog +++ b/dev-php/PEAR-DB/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-DB -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.63 2007/12/05 23:54:05 jokey Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.64 2010/02/15 01:29:29 beandog Exp $ + + 15 Feb 2010; Steve Dibb <beandog@gentoo.org> PEAR-DB-1.7.6-r1.ebuild, + PEAR-DB-1.7.12.ebuild, PEAR-DB-1.7.14_rc1.ebuild: + Fix deps, bug 303517 05 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-DB-1.7.6-r1.ebuild, PEAR-DB-1.7.12.ebuild, -PEAR-DB-1.7.13.ebuild, PEAR-DB-1.7.14_rc1.ebuild: diff --git a/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild index 2b8cc1344abf..937ef1119dfc 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild,v 1.10 2008/01/10 10:06:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild,v 1.11 2010/02/15 01:29:29 beandog Exp $ inherit php-pear-r1 @@ -11,5 +11,6 @@ LICENSE="PHP-3" SLOT="0" IUSE="" -DEPEND="" +DEPEND="|| ( <dev-php/PEAR-PEAR-1.71 + dev-php/PEAR-Console_Getopt )" RDEPEND="" diff --git a/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild index fe095ef3c2b6..0d163b118d7d 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild,v 1.2 2007/12/05 23:54:05 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild,v 1.3 2010/02/15 01:29:29 beandog Exp $ inherit php-pear-r1 @@ -11,5 +11,6 @@ LICENSE="PHP-3" SLOT="0" IUSE="" -DEPEND="" +DEPEND="|| ( <dev-php/PEAR-PEAR-1.71 + dev-php/PEAR-Console_Getopt )" RDEPEND="" diff --git a/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild index 9926a453fff5..d9e82c3f4915 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild,v 1.19 2007/12/05 23:54:05 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.6-r1.ebuild,v 1.20 2010/02/15 01:29:29 beandog Exp $ inherit php-pear-r1 @@ -11,5 +11,6 @@ LICENSE="PHP-3" SLOT="0" IUSE="" -DEPEND="" +DEPEND="|| ( <dev-php/PEAR-PEAR-1.71 + dev-php/PEAR-Console_Getopt )" RDEPEND="" |