diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-10-05 18:27:51 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-10-05 18:27:51 +0000 |
commit | cf7e7583e66158f2725ec0e46b855a63ec29c0b9 (patch) | |
tree | e83b7d666364f588f3e1f15bcd3200e8a43952c1 /dev-php/PEAR-PEAR/PEAR-PEAR-1.8.1.ebuild | |
parent | Version bump (diff) | |
download | historical-cf7e7583e66158f2725ec0e46b855a63ec29c0b9.tar.gz historical-cf7e7583e66158f2725ec0e46b855a63ec29c0b9.tar.bz2 historical-cf7e7583e66158f2725ec0e46b855a63ec29c0b9.zip |
Have PEAR-PEAR require same version of dev-php/pear
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-PEAR/PEAR-PEAR-1.8.1.ebuild')
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.8.1.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.8.1.ebuild index d43ba4d4fea2..9aaccbc1ba87 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.8.1.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.8.1.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-PEAR/PEAR-PEAR-1.8.1.ebuild,v 1.1 2009/09/23 02:41:50 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.8.1.ebuild,v 1.2 2009/10/05 18:27:51 beandog Exp $ inherit depend.php @@ -16,7 +16,7 @@ SLOT="0" IUSE="" DEPEND="dev-lang/php" -PDEPEND="dev-php/pear" +PDEPEND="=dev-php/pear-${PV}" S="${WORKDIR}" |