summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2010-12-23 22:12:43 +0000
committerOle Markus With <olemarkus@gentoo.org>2010-12-23 22:12:43 +0000
commit49b617e5bff4f8e0f1fe2d5f998ecf5faff62839 (patch)
treea5b2dd2d260abd12dfd061f182767c488613ff9a /eclass
parentVersion bump. Bug #349534 (diff)
downloadgentoo-2-49b617e5bff4f8e0f1fe2d5f998ecf5faff62839.tar.gz
gentoo-2-49b617e5bff4f8e0f1fe2d5f998ecf5faff62839.tar.bz2
gentoo-2-49b617e5bff4f8e0f1fe2d5f998ecf5faff62839.zip
Added blockers for new php versions not supporting old pecl ebuilds
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-base-r1.eclass4
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