diff options
author | 2010-12-23 22:12:43 +0000 | |
---|---|---|
committer | 2010-12-23 22:12:43 +0000 | |
commit | 6362290e262d1be3dda1b41a066abdef5bb5c5b1 (patch) | |
tree | 09ac4415e135c1488de55822791a16ce10e3647d /eclass | |
parent | Version bump. Bug #349534 (diff) | |
download | historical-6362290e262d1be3dda1b41a066abdef5bb5c5b1.tar.gz historical-6362290e262d1be3dda1b41a066abdef5bb5c5b1.tar.bz2 historical-6362290e262d1be3dda1b41a066abdef5bb5c5b1.zip |
Added blockers for new php versions not supporting old pecl ebuilds
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-base-r1.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/php-ext-base-r1.eclass b/eclass/php-ext-base-r1.eclass index 1f5be8bb68c1..9f8386d87634 100644 --- a/eclass/php-ext-base-r1.eclass +++ b/eclass/php-ext-base-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.14 2010/10/31 12:39:09 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.15 2010/12/23 22:12:43 olemarkus Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -22,6 +22,8 @@ DEPEND="!=dev-lang/php-5.3.3-r2 !=dev-lang/php-5.2.14-r1 !=dev-lang/php-5.3.3-r3 + !=dev-lang/php-5.3.4 + !=dev-lang/php-5.2.16 !=dev-lang/php-5.2.14-r2" inherit depend.php |