Gentoo Archives: gentoo-commits

From: "Marc Schiffbauer (mschiff)" <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cmdtest: cmdtest-0.6.ebuild
Date: Thu, 02 May 2013 08:35:19
Message-Id: 20130502083510.F3C9F2171D@flycatcher.gentoo.org
1 mschiff 13/05/02 08:35:10
2
3 Modified: cmdtest-0.6.ebuild
4 Log:
5 Fix build. Thx to Patrick Lauer. Fixes #468240
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
8
9 Revision Changes Path
10 1.3 dev-util/cmdtest/cmdtest-0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild?r1=1.2&r2=1.3
15
16 Index: cmdtest-0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cmdtest-0.6.ebuild 24 Mar 2013 11:47:55 -0000 1.2
23 +++ cmdtest-0.6.ebuild 2 May 2013 08:35:10 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v 1.2 2013/03/24 11:47:55 mschiff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v 1.3 2013/05/02 08:35:10 mschiff Exp $
29
30 EAPI=5
31
32 @@ -22,7 +22,7 @@
33 dev-python/ttystatus
34 "
35
36 -src_prepare() {
37 - addpredict /proc/self/comm
38 - distutils-r1_src_prepare
39 +src_compile() {
40 + addwrite /proc/self/comm
41 + distutils-r1_src_compile
42 }