diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-10-05 18:16:21 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-10-05 18:16:21 +0000 |
commit | c8668d21103dfdd41041bc4304c8aaa38cc8761e (patch) | |
tree | 70b825261865ab589d817cbb383fbe39fa96cfa0 /dev-php/PEAR-Console_Getopt | |
parent | Fix PEAR dependencies, bug 286062 (diff) | |
download | gentoo-2-c8668d21103dfdd41041bc4304c8aaa38cc8761e.tar.gz gentoo-2-c8668d21103dfdd41041bc4304c8aaa38cc8761e.tar.bz2 gentoo-2-c8668d21103dfdd41041bc4304c8aaa38cc8761e.zip |
Fix PEAR dependencies, bug 286062
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Console_Getopt')
-rw-r--r-- | dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild index 32b28e232169..1bd045e9ddb3 100644 --- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild +++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild,v 1.1 2009/09/23 02:46:59 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild,v 1.2 2009/10/05 18:16:21 beandog Exp $ MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" SRC_URI="http://pear.php.net/get/${MY_P}.tgz" +DEPEND=">=dev-php/PEAR-PEAR-1.8.1" PDEPEND="dev-php/pear" HOMEPAGE="http://pear.php.net/package/Console_Getopt" |