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: pciutils-3.1.4.ebuild
Date: Sun, 23 Aug 2009 09:37:24
Message-Id: E1Mf9Vq-00054M-1A@stork.gentoo.org
1 vapier 09/08/23 09:37:22
2
3 Modified: pciutils-3.1.4.ebuild
4 Log:
5 keep install-lib target
6 (Portage version: 2.2_rc38/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-apps/pciutils/pciutils-3.1.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild?r1=1.1&r2=1.2
14
15 Index: pciutils-3.1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pciutils-3.1.4.ebuild 23 Aug 2009 09:35:36 -0000 1.1
22 +++ pciutils-3.1.4.ebuild 23 Aug 2009 09:37:21 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild,v 1.1 2009/08/23 09:35:36 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild,v 1.2 2009/08/23 09:37:21 vapier Exp $
28
29 inherit eutils multilib
30
31 @@ -42,7 +42,7 @@
32 }
33
34 src_install() {
35 - pemake DESTDIR="${D}" install || die
36 + pemake DESTDIR="${D}" install install-lib || die
37 dodoc ChangeLog README TODO
38
39 if use network-cron ; then