Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pciutils: ChangeLog pciutils-3.1.4.ebuild
Date: Tue, 29 Dec 2009 06:08:37
Message-Id: E1NPVFx-00030Z-Ov@stork.gentoo.org
1 vapier 09/12/29 06:08:33
2
3 Modified: ChangeLog pciutils-3.1.4.ebuild
4 Log:
5 Respect env $CC #298583 by ferret.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.171 sys-apps/pciutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.171&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.171&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?r1=1.170&r2=1.171
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
18 retrieving revision 1.170
19 retrieving revision 1.171
20 diff -u -r1.170 -r1.171
21 --- ChangeLog 28 Dec 2009 18:27:31 -0000 1.170
22 +++ ChangeLog 29 Dec 2009 06:08:33 -0000 1.171
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-apps/pciutils
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.170 2009/12/28 18:27:31 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.171 2009/12/29 06:08:33 vapier Exp $
28 +
29 + 29 Dec 2009; Mike Frysinger <vapier@g.o> pciutils-3.1.4.ebuild:
30 + Respect env $CC #298583 by ferret.
31
32 28 Dec 2009; nixnut <nixnut@g.o> pciutils-3.1.4.ebuild:
33 ppc stable #296772
34
35
36
37 1.9 sys-apps/pciutils/pciutils-3.1.4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild?r1=1.8&r2=1.9
42
43 Index: pciutils-3.1.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- pciutils-3.1.4.ebuild 28 Dec 2009 18:27:31 -0000 1.8
50 +++ pciutils-3.1.4.ebuild 29 Dec 2009 06:08:33 -0000 1.9
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild,v 1.8 2009/12/28 18:27:31 nixnut Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild,v 1.9 2009/12/29 06:08:33 vapier Exp $
56
57 -inherit eutils multilib
58 +inherit eutils multilib toolchain-funcs
59
60 DESCRIPTION="Various utilities dealing with the PCI bus"
61 HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html"
62 @@ -28,6 +28,7 @@
63 emake \
64 HOST="${CHOST}" \
65 CROSS_COMPILE="${CHOST}-" \
66 + CC="$(tc-getCC)" \
67 DNS="yes" \
68 IDSDIR="/usr/share/misc" \
69 MANDIR="/usr/share/man" \