diff options
author | Gordon Malm <gengor@gentoo.org> | 2008-11-02 03:02:53 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2008-11-02 03:02:53 +0000 |
commit | b6a40ae87aed2bcb2e722e0b5afb806061c1abe8 (patch) | |
tree | 42de92e4ed4412ef85c7dc767163e0210d804c9c /eclass/linux-mod.eclass | |
parent | fixed PGSQL linkage issues and other whacked build stuff (diff) | |
download | historical-b6a40ae87aed2bcb2e722e0b5afb806061c1abe8.tar.gz historical-b6a40ae87aed2bcb2e722e0b5afb806061c1abe8.tar.bz2 historical-b6a40ae87aed2bcb2e722e0b5afb806061c1abe8.zip |
Remove RESTRICT=distcc for now, its obvious it will never be an option when a 3rd party decides what goes in our PMS.
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index d875c47a7e87..9a510ec2f3af 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.91 2008/11/01 23:19:15 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.92 2008/11/02 03:02:53 gengor Exp $ # Author(s): John Mylchreest <johnm@gentoo.org>, # Stefan Schweizer <genstef@gentoo.org> @@ -136,8 +136,6 @@ 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 bugs #120001, #167844 -RESTRICT="distcc" RDEPEND="kernel_linux? ( virtual/modutils )" DEPEND="${RDEPEND} sys-apps/sed" |