From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kw3YD-00086A-AX for garchives@archives.gentoo.org; Fri, 31 Oct 2008 23:37:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2016E0124; Fri, 31 Oct 2008 23:37:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A4C0EE0124 for ; Fri, 31 Oct 2008 23:37:08 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 03E73647AF for ; Fri, 31 Oct 2008 23:37:07 +0000 (UTC) Received: from gengor by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kw3YA-0000cK-Ax for gentoo-commits@lists.gentoo.org; Fri, 31 Oct 2008 23:37:06 +0000 From: "Gordon Malm (gengor)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, gengor@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: linux-mod.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: linux-mod.eclass X-VCS-Directories: eclass X-VCS-Committer: gengor X-VCS-Committer-Name: Gordon Malm Content-Type: text/plain; charset=utf8 Message-Id: Sender: Gordon Malm Date: Fri, 31 Oct 2008 23:37:06 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 16ed416e-beed-4877-9a44-8599f17fd55e X-Archives-Hash: 86850ae52c1c9ff19f83bb0ff3f19809 gengor 08/10/31 23:37:06 Modified: linux-mod.eclass Log: Add distcc to RESTRICT in linux-mod.eclass bug #167844 Revision Changes Path 1.88 eclass/linux-mod.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.e= class?rev=3D1.88&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.e= class?rev=3D1.88&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-mod.e= class?r1=3D1.87&r2=3D1.88 Index: linux-mod.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- linux-mod.eclass 31 Oct 2008 22:31:09 -0000 1.87 +++ linux-mod.eclass 31 Oct 2008 23:37:06 -0000 1.88 @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.87 2008/1= 0/31 22:31:09 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.88 2008/1= 0/31 23:37:06 gengor Exp $ =20 # Author(s): John Mylchreest , # Stefan Schweizer @@ -137,6 +137,7 @@ IUSE=3D"kernel_linux" SLOT=3D"0" DESCRIPTION=3D"Based on the $ECLASS eclass" +RESTRICT=3D"distcc" RDEPEND=3D"kernel_linux? ( virtual/modutils )" DEPEND=3D"${RDEPEND} sys-apps/sed"