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 | d1d6b37450060214a94e05aeac436f1a38d3fc96 (patch) | |
tree | 91df1746f870a74f67a7edee31b3e8cab1e4c757 /dev-php | |
parent | Version bump (diff) | |
download | gentoo-2-d1d6b37450060214a94e05aeac436f1a38d3fc96.tar.gz gentoo-2-d1d6b37450060214a94e05aeac436f1a38d3fc96.tar.bz2 gentoo-2-d1d6b37450060214a94e05aeac436f1a38d3fc96.zip |
Have PEAR-PEAR require same version of dev-php/pear
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PEAR/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog index e3035cca7818..dd8d3a214135 100644 --- a/dev-php/PEAR-PEAR/ChangeLog +++ b/dev-php/PEAR-PEAR/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-PEAR # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.108 2009/10/05 18:24:36 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.109 2009/10/05 18:27:51 beandog Exp $ + + 05 Oct 2009; Steve Dibb <beandog@gentoo.org> PEAR-PEAR-1.8.1.ebuild: + Have PEAR-PEAR require same version of dev-php/pear *PEAR-PEAR-1.9.0 (05 Oct 2009) 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}" |