diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-10-05 18:14:41 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-10-05 18:14:41 +0000 |
commit | 41188634b87b8cd951529840b476072199c1ecc2 (patch) | |
tree | 3bde48da3dec78b63213d9c7b6744f8bc68fc3fb /dev-php/PEAR-Structures_Graph | |
parent | Fix PEAR dependencies, bug 286062 (diff) | |
download | gentoo-2-41188634b87b8cd951529840b476072199c1ecc2.tar.gz gentoo-2-41188634b87b8cd951529840b476072199c1ecc2.tar.bz2 gentoo-2-41188634b87b8cd951529840b476072199c1ecc2.zip |
Fix PEAR dependencies, bug 286062
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Structures_Graph')
-rw-r--r-- | dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild index 16f551b938a3..29ad0fbb8d0e 100644 --- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild +++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.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-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild,v 1.1 2009/09/23 02:48:36 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild,v 1.2 2009/10/05 18:14:41 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/Structures_Graph" |