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 dev-lang/php: php-5.3.8.ebuild
Date: Wed, 31 Aug 2011 08:06:41
Message-Id: 20110831080628.A990E2004C@flycatcher.gentoo.org
1 olemarkus 11/08/31 08:06:28
2
3 Modified: php-5.3.8.ebuild
4 Log:
5 Fixed defunct RDEPEND
6
7 (Portage version: 2.1.10.6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-lang/php/php-5.3.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.8.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.8.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.8.ebuild?r1=1.6&r2=1.7
15
16 Index: php-5.3.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.8.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- php-5.3.8.ebuild 28 Aug 2011 13:38:58 -0000 1.6
23 +++ php-5.3.8.ebuild 31 Aug 2011 08:06:28 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.8.ebuild,v 1.6 2011/08/28 13:38:58 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.8.ebuild,v 1.7 2011/08/31 08:06:28 olemarkus Exp $
29
30 EAPI=4
31
32 @@ -257,6 +257,8 @@
33 [[ -n $SUHOSIN_VERSION ]] && RDEPEND="${RDEPEND} suhosin? (
34 =${CATEGORY}/${PN}-${SLOT}*[unicode] )"
35
36 +RDEPEND="${DEPEND}"
37 +
38 DEPEND="${DEPEND}
39 sys-devel/flex
40 >=sys-devel/m4-1.4.3