diff options
author | Gordon Malm <gengor@gentoo.org> | 2008-11-01 14:56:59 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2008-11-01 14:56:59 +0000 |
commit | 9f222898234b6ec0885c721e5a25730d84ae89f1 (patch) | |
tree | f6fe397ca446c31c984129c5a0bb35990cfa4c6a /eclass | |
parent | Adding new dual-lifed modules for perl-5.10 (diff) | |
download | gentoo-2-9f222898234b6ec0885c721e5a25730d84ae89f1.tar.gz gentoo-2-9f222898234b6ec0885c721e5a25730d84ae89f1.tar.bz2 gentoo-2-9f222898234b6ec0885c721e5a25730d84ae89f1.zip |
Add bug #120001 to comment for RESTRICT=distcc
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 3958f88d1beb..2e6152389f03 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.89 2008/10/31 23:43:48 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.90 2008/11/01 14:56:59 gengor Exp $ # Author(s): John Mylchreest <johnm@gentoo.org>, # Stefan Schweizer <genstef@gentoo.org> @@ -137,7 +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 distributed compile of kernel modules bugs #120001, #167844 RESTRICT="distcc" RDEPEND="kernel_linux? ( virtual/modutils )" DEPEND="${RDEPEND} |