diff options
author | Gordon Malm <gengor@gentoo.org> | 2008-10-31 23:43:48 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2008-10-31 23:43:48 +0000 |
commit | 16f92ad32264b0554984141bd11a9dcececb30fe (patch) | |
tree | 8489182205d75159ef026cdb082f4fdaebd15f75 /eclass/linux-mod.eclass | |
parent | Add distcc to RESTRICT in linux-mod.eclass bug #167844 (diff) | |
download | historical-16f92ad32264b0554984141bd11a9dcececb30fe.tar.gz historical-16f92ad32264b0554984141bd11a9dcececb30fe.tar.bz2 historical-16f92ad32264b0554984141bd11a9dcececb30fe.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/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 3 |
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} |