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:43:51
Message-Id: E1Kw3ee-0000ew-NE@stork.gentoo.org
1 gengor 08/10/31 23:43:48
2
3 Modified: linux-mod.eclass
4 Log:
5 Forgot to add a comment to the eclass for commit: Add distcc to RESTRICT in linux-mod.eclass bug #167844
6
7 Revision Changes Path
8 1.89 eclass/linux-mod.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.89&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.89&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?r1=1.88&r2=1.89
13
14 Index: linux-mod.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v
17 retrieving revision 1.88
18 retrieving revision 1.89
19 diff -u -r1.88 -r1.89
20 --- linux-mod.eclass 31 Oct 2008 23:37:06 -0000 1.88
21 +++ linux-mod.eclass 31 Oct 2008 23:43:48 -0000 1.89
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.88 2008/10/31 23:37:06 gengor Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.89 2008/10/31 23:43:48 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 distributed compile of kernel modules bug #167844
35 RESTRICT="distcc"
36 RDEPEND="kernel_linux? ( virtual/modutils )"
37 DEPEND="${RDEPEND}