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/irqbalance: irqbalance-0.56.ebuild
Date: Fri, 03 Dec 2010 20:54:57
Message-Id: 20101203205446.885D620054@flycatcher.gentoo.org
1 vapier 10/12/03 20:54:46
2
3 Modified: irqbalance-0.56.ebuild
4 Log:
5 feedback from #347670
6
7 (Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-apps/irqbalance/irqbalance-0.56.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/irqbalance-0.56.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/irqbalance-0.56.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/irqbalance-0.56.ebuild?r1=1.1&r2=1.2
15
16 Index: irqbalance-0.56.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.56.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- irqbalance-0.56.ebuild 3 Dec 2010 19:52:58 -0000 1.1
23 +++ irqbalance-0.56.ebuild 3 Dec 2010 20:54:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.56.ebuild,v 1.1 2010/12/03 19:52:58 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.56.ebuild,v 1.2 2010/12/03 20:54:46 vapier Exp $
29
30 EAPI="2"
31
32 @@ -10,7 +10,7 @@
33 HOMEPAGE="http://www.irqbalance.org/"
34 SRC_URI="http://irqbalance.googlecode.com/files/${P}.tbz2"
35
36 -LICENSE="OSL-1.1"
37 +LICENSE="GPL-2"
38 SLOT="0"
39 KEYWORDS="~amd64 ~ppc ~x86"
40 IUSE="caps"
41 @@ -27,7 +27,9 @@
42 }
43
44 src_configure() {
45 - econf $(use caps libcap-ng)
46 + econf \
47 + --sbindir=/sbin \
48 + $(use_with caps libcap-ng)
49 }
50
51 src_install() {