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: Sun, 02 Nov 2008 03:02:56
Message-Id: E1KwTEr-0006W4-44@stork.gentoo.org
1 gengor 08/11/02 03:02:53
2
3 Modified: linux-mod.eclass
4 Log:
5 Remove RESTRICT=distcc for now, its obvious it will never be an option when a 3rd party decides what goes in our PMS.
6
7 Revision Changes Path
8 1.92 eclass/linux-mod.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.92&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?rev=1.92&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.eclass?r1=1.91&r2=1.92
13
14 Index: linux-mod.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v
17 retrieving revision 1.91
18 retrieving revision 1.92
19 diff -u -r1.91 -r1.92
20 --- linux-mod.eclass 1 Nov 2008 23:19:15 -0000 1.91
21 +++ linux-mod.eclass 2 Nov 2008 03:02:53 -0000 1.92
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.91 2008/11/01 23:19:15 dsd Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.92 2008/11/02 03:02:53 gengor Exp $
27
28 # Author(s): John Mylchreest <johnm@g.o>,
29 # Stefan Schweizer <genstef@g.o>
30 @@ -136,8 +136,6 @@
31 IUSE="kernel_linux"
32 SLOT="0"
33 DESCRIPTION="Based on the $ECLASS eclass"
34 -# Restrict distributed compile of kernel modules bugs #120001, #167844
35 -RESTRICT="distcc"
36 RDEPEND="kernel_linux? ( virtual/modutils )"
37 DEPEND="${RDEPEND}
38 sys-apps/sed"