From 54eb41093c3b50e6094b9f3d0fbd432b262a7a2b Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Sun, 31 Oct 2010 12:39:09 +0000 Subject: Added more blockers to php-ext-*r1.eclass --- eclass/php-ext-base-r1.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/php-ext-base-r1.eclass b/eclass/php-ext-base-r1.eclass index 1b1ba1444fca..1f5be8bb68c1 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.13 2010/10/06 17:37:51 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.14 2010/10/31 12:39:09 olemarkus Exp $ # # Author: Tal Peer # Author: Stuart Herbert @@ -20,7 +20,9 @@ # Block ebuilds with minor version slotting. Quite temporary fix DEPEND="!=dev-lang/php-5.3.3-r2 - !=dev-lang/php-5.2.14-r1" + !=dev-lang/php-5.2.14-r1 + !=dev-lang/php-5.3.3-r3 + !=dev-lang/php-5.2.14-r2" inherit depend.php -- cgit v1.2.3-65-gdbad