Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: linux-mod.eclass
Date: Fri, 31 Oct 2008 23:37:09
Message-Id: E1Kw3YA-0000cK-Ax@stork.gentoo.org
1 gengor 08/10/31 23:37:06
2
3 Modified: linux-mod.eclass
4 Log:
5 Add distcc to RESTRICT in linux-mod.eclass bug #167844
6
7 Revision Changes Path
8 1.88 eclass/linux-mod.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.88&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.88&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?r1=1.87&r2=1.88
13
14 Index: linux-mod.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v
17 retrieving revision 1.87
18 retrieving revision 1.88
19 diff -u -r1.87 -r1.88
20 --- linux-mod.eclass 31 Oct 2008 22:31:09 -0000 1.87
21 +++ linux-mod.eclass 31 Oct 2008 23:37:06 -0000 1.88
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.87 2008/10/31 22:31:09 dsd Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.88 2008/10/31 23:37:06 gengor Exp $
27
28 # Author(s): John Mylchreest <johnm@g.o>,
29 # Stefan Schweizer <genstef@g.o>
30 @@ -137,6 +137,7 @@
31 IUSE="kernel_linux"
32 SLOT="0"
33 DESCRIPTION="Based on the $ECLASS eclass"
34 +RESTRICT="distcc"
35 RDEPEND="kernel_linux? ( virtual/modutils )"
36 DEPEND="${RDEPEND}
37 sys-apps/sed"