Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_compile-v1.eblit
Date: Sat, 14 Aug 2010 19:37:35
Message-Id: 20100814193732.81D812C3ED@corvid.gentoo.org
1 mabi 10/08/14 19:37:31
2
3 Modified: src_compile-v1.eblit
4 Log:
5 bug #324739 again
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-lang/php/files/eblits/src_compile-v1.eblit
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit?r1=1.5&r2=1.6
14
15 Index: src_compile-v1.eblit
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- src_compile-v1.eblit 8 Aug 2010 20:32:22 -0000 1.5
22 +++ src_compile-v1.eblit 14 Aug 2010 19:37:31 -0000 1.6
23 @@ -1,8 +1,11 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit,v 1.5 2010/08/08 20:32:22 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_compile-v1.eblit,v 1.6 2010/08/14 19:37:31 mabi Exp $
28
29 eblit-php-src_compile() {
30 + # snmp seems to run during src_compile, too (bug #324739)
31 + addpredict /usr/share/snmp/mibs/.index
32 +
33 SAPI_DIR="${WORKDIR}/sapis"
34
35 for sapi in ${SAPIS} ; do