summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2008-10-31 23:43:48 +0000
committerGordon Malm <gengor@gentoo.org>2008-10-31 23:43:48 +0000
commitf82b34e4954528bd53a4e1f8cb7d17190c0886ea (patch)
tree75b7391715cdfd0fb391dcd666b25b4b41c66907 /eclass
parentAdd distcc to RESTRICT in linux-mod.eclass bug #167844 (diff)
downloadgentoo-2-f82b34e4954528bd53a4e1f8cb7d17190c0886ea.tar.gz
gentoo-2-f82b34e4954528bd53a4e1f8cb7d17190c0886ea.tar.bz2
gentoo-2-f82b34e4954528bd53a4e1f8cb7d17190c0886ea.zip
Forgot to add a comment to the eclass for commit: Add distcc to RESTRICT in linux-mod.eclass bug #167844
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-mod.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index 83463d0a5508..3958f88d1beb 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -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.88 2008/10/31 23:37:06 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.89 2008/10/31 23:43:48 gengor Exp $
# Author(s): John Mylchreest <johnm@gentoo.org>,
# Stefan Schweizer <genstef@gentoo.org>
@@ -137,6 +137,7 @@ EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst src_install src_compile pkg_
IUSE="kernel_linux"
SLOT="0"
DESCRIPTION="Based on the $ECLASS eclass"
+# Restrict distributed compile of kernel modules bug #167844
RESTRICT="distcc"
RDEPEND="kernel_linux? ( virtual/modutils )"
DEPEND="${RDEPEND}