diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-10-31 12:39:09 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-10-31 12:39:09 +0000 |
commit | 54eb41093c3b50e6094b9f3d0fbd432b262a7a2b (patch) | |
tree | 76d80d2ea284da61d50d1a5126611accbc75ac7b /eclass | |
parent | Version bump (diff) | |
download | gentoo-2-54eb41093c3b50e6094b9f3d0fbd432b262a7a2b.tar.gz gentoo-2-54eb41093c3b50e6094b9f3d0fbd432b262a7a2b.tar.bz2 gentoo-2-54eb41093c3b50e6094b9f3d0fbd432b262a7a2b.zip |
Added more blockers to php-ext-*r1.eclass
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-base-r1.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
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 <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -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 |