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 | 0fdb9cc075fe6e30d9daee6198fc234c159e1857 (patch) | |
tree | 0a2a4fbca5a0ae3cf7b6379a44371ded58359c53 /dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild | |
parent | remove uae mask (diff) | |
download | historical-0fdb9cc075fe6e30d9daee6198fc234c159e1857.tar.gz historical-0fdb9cc075fe6e30d9daee6198fc234c159e1857.tar.bz2 historical-0fdb9cc075fe6e30d9daee6198fc234c159e1857.zip |
Fix deps, bug 303517
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild')
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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="" |