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-source-r2.eclass
Date: Wed, 11 Jan 2012 18:30:48
Message-Id: 20120111183036.9E0D92004B@flycatcher.gentoo.org
1 olemarkus 12/01/11 18:30:36
2
3 Modified: php-ext-source-r2.eclass
4 Log:
5 Added php to DEPEND (bug 398553)
6
7 Revision Changes Path
8 1.19 eclass/php-ext-source-r2.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?r1=1.18&r2=1.19
13
14 Index: php-ext-source-r2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- php-ext-source-r2.eclass 24 Nov 2011 00:04:39 -0000 1.18
21 +++ php-ext-source-r2.eclass 11 Jan 2012 18:30:36 -0000 1.19
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2011 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.18 2011/11/24 00:04:39 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.19 2012/01/11 18:30:36 olemarkus Exp $
27
28 # @ECLASS: php-ext-source-r2.eclass
29 # @MAINTAINER:
30 @@ -85,6 +85,8 @@
31 ${PHPDEPEND}
32 ${PHP_EXT_OPTIONAL_USE:+ )}"
33
34 +DEPEND="${DEPEND}
35 +${PHPDEPEND}"
36
37 # @FUNCTION: php-ext-source-r2_src_unpack
38 # @DESCRIPTION: