summaryrefslogtreecommitdiff
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
commit149c85a219cc6cb51f4300a6c527471245a07f62 (patch)
tree308662f731c0b54120a9dff79d81221ecd38c5b4 /eclass/php-ext-base-r1.eclass
parentx86 stable wrt bug #337828 (diff)
downloadhistorical-149c85a219cc6cb51f4300a6c527471245a07f62.tar.gz
historical-149c85a219cc6cb51f4300a6c527471245a07f62.tar.bz2
historical-149c85a219cc6cb51f4300a6c527471245a07f62.zip
Blocking of minor version slotting of PHP that also works with EAPI0
Diffstat (limited to 'eclass/php-ext-base-r1.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