diff options
author | Gordon Malm <gengor@gentoo.org> | 2008-10-31 23:37:06 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2008-10-31 23:37:06 +0000 |
commit | 4e6ddb0bd0400aaec56cb8d9fe46120190d97cd4 (patch) | |
tree | 767ff3e1154d4154c4d867d3e7f4bd75314877cd /eclass | |
parent | remove old version (diff) | |
download | historical-4e6ddb0bd0400aaec56cb8d9fe46120190d97cd4.tar.gz historical-4e6ddb0bd0400aaec56cb8d9fe46120190d97cd4.tar.bz2 historical-4e6ddb0bd0400aaec56cb8d9fe46120190d97cd4.zip |
Add distcc to RESTRICT in linux-mod.eclass bug #167844
Diffstat (limited to '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 94439cb4fa55..83463d0a5508 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.87 2008/10/31 22:31:09 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.88 2008/10/31 23:37:06 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="distcc" RDEPEND="kernel_linux? ( virtual/modutils )" DEPEND="${RDEPEND} sys-apps/sed" |