diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-06 23:16:37 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-06 23:16:37 +0000 |
commit | b17802d465332afb67e0143e0cae8d49ef0eba1c (patch) | |
tree | 2aacb98ef2fe9b62184fa82fb61c8180577b6637 /eclass/linux-mod.eclass | |
parent | Bug 283320: Fix minor typo for config.gz. Improve ewarn output, more migration. (diff) | |
download | gentoo-2-b17802d465332afb67e0143e0cae8d49ef0eba1c.tar.gz gentoo-2-b17802d465332afb67e0143e0cae8d49ef0eba1c.tar.bz2 gentoo-2-b17802d465332afb67e0143e0cae8d49ef0eba1c.zip |
Bug #283320: The dependancy for linux-sources now moves into linux-mod, where it is actually required.
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index a4b2c9ac7b53..53baedfeba53 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.94 2009/07/15 17:21:11 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.95 2009/09/06 23:16:37 robbat2 Exp $ # Author(s): John Mylchreest <johnm@gentoo.org>, # Stefan Schweizer <genstef@gentoo.org> @@ -138,7 +138,8 @@ SLOT="0" DESCRIPTION="Based on the $ECLASS eclass" RDEPEND="kernel_linux? ( virtual/modutils )" DEPEND="${RDEPEND} - sys-apps/sed" + sys-apps/sed + kernel_linux? ( virtual/linux-sources )" # eclass utilities # ---------------------------------- |