Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php-ext-base-r1.eclass
Date: Wed, 06 Oct 2010 18:03:01
Message-Id: 20101006173751.C2A1520051@flycatcher.gentoo.org
1 olemarkus 10/10/06 17:37:51
2
3 Modified: php-ext-base-r1.eclass
4 Log:
5 Blocking of minor version slotting of PHP that also works with EAPI0
6
7 Revision Changes Path
8 1.13 eclass/php-ext-base-r1.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-base-r1.eclass?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-base-r1.eclass?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-base-r1.eclass?r1=1.12&r2=1.13
13
14 Index: php-ext-base-r1.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- php-ext-base-r1.eclass 6 Oct 2010 08:25:51 -0000 1.12
21 +++ php-ext-base-r1.eclass 6 Oct 2010 17:37:51 -0000 1.13
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.12 2010/10/06 08:25:51 olemarkus Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.13 2010/10/06 17:37:51 olemarkus Exp $
27 #
28 # Author: Tal Peer <coredumb@g.o>
29 # Author: Stuart Herbert <stuart@g.o>
30 @@ -18,7 +18,9 @@
31 # Combined with php-ext-source-r1, we have a standardised solution for supporting
32 # PHP extensions.
33
34 -DEPEND="dev-lang/php:5"
35 +# Block ebuilds with minor version slotting. Quite temporary fix
36 +DEPEND="!=dev-lang/php-5.3.3-r2
37 + !=dev-lang/php-5.2.14-r1"
38
39 inherit depend.php