summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2010-10-06 17:37:51 +0000
committerOle Markus With <olemarkus@gentoo.org>2010-10-06 17:37:51 +0000
commit5ca959a8c06c0e6f8b952e64da5d44538f0effa0 (patch)
treebed6765f3bfc37312331fb36b29ab7875056f4f1 /eclass
parentx86 stable wrt bug #337828 (diff)
downloadgentoo-2-5ca959a8c06c0e6f8b952e64da5d44538f0effa0.tar.gz
gentoo-2-5ca959a8c06c0e6f8b952e64da5d44538f0effa0.tar.bz2
gentoo-2-5ca959a8c06c0e6f8b952e64da5d44538f0effa0.zip
Blocking of minor version slotting of PHP that also works with EAPI0
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-base-r1.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/php-ext-base-r1.eclass b/eclass/php-ext-base-r1.eclass
index 8274c7655cb9..1b1ba1444fca 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.12 2010/10/06 08:25:51 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.13 2010/10/06 17:37:51 olemarkus Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
@@ -18,7 +18,9 @@
# Combined with php-ext-source-r1, we have a standardised solution for supporting
# PHP extensions.
-DEPEND="dev-lang/php:5"
+# Block ebuilds with minor version slotting. Quite temporary fix
+DEPEND="!=dev-lang/php-5.3.3-r2
+ !=dev-lang/php-5.2.14-r1"
inherit depend.php