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/files: pcimodules-pciutils-3.1.0.patch
Date: Mon, 26 Jan 2009 03:29:39
Message-Id: E1LRIAM-00067C-5v@stork.gentoo.org
1 vapier 09/01/26 03:29:38
2
3 Added: pcimodules-pciutils-3.1.0.patch
4 Log:
5 Version bump #246497 by Arfrever Frehtes Taifersar Arahesis.
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.1 sys-apps/pciutils/files/pcimodules-pciutils-3.1.0.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/files/pcimodules-pciutils-3.1.0.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/files/pcimodules-pciutils-3.1.0.patch?rev=1.1&content-type=text/plain
13
14 Index: pcimodules-pciutils-3.1.0.patch
15 ===================================================================
16 --- pciutils-3.1.0/Makefile
17 +++ pciutils-3.1.0/Makefile
18 @@ -62,6 +62,7 @@
19 lib/config.h lib/config.mk:
20 cd lib && ./configure
21
22 +pcimodules: pcimodules.o common.o lib/$(PCILIB)
23 lspci: lspci.o ls-vpd.o ls-caps.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB)
24 setpci: setpci.o common.o lib/$(PCILIB)
25
26 @@ -74,6 +75,7 @@
27 ls-tree.o: ls-tree.c $(LSPCIINC)
28 ls-map.o: ls-map.c $(LSPCIINC)
29
30 +pcimodules.o: pcimodules.c pciutils.h $(PCIINC)
31 setpci.o: setpci.c pciutils.h $(PCIINC)
32 common.o: common.c pciutils.h $(PCIINC)