diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-30 17:07:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-30 17:07:50 +0000 |
commit | 4c678ffc90f9d5c28a9986433295294f75a3f362 (patch) | |
tree | e932eb2d8752f5d123171a891c1b7b42effc09ed /eclass/kernel-2.eclass | |
parent | Version bump for kernel 2.6.38, bug #361801, thank Oschtan for report. (diff) | |
download | gentoo-2-4c678ffc90f9d5c28a9986433295294f75a3f362.tar.gz gentoo-2-4c678ffc90f9d5c28a9986433295294f75a3f362.tar.bz2 gentoo-2-4c678ffc90f9d5c28a9986433295294f75a3f362.zip |
Don't PROVIDE virtual/linux-sources, it is a new-style virtual now, bug 118442.
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index f7c2a43568b3..a437bf24e68f 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.250 2011/04/21 12:34:39 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.251 2011/04/30 17:07:50 ulm Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -324,8 +324,6 @@ if [[ ${ETYPE} == sources ]]; then sys-devel/make )" PDEPEND="!build? ( virtual/dev-manager )" - PROVIDE="virtual/linux-sources" - SLOT="${PVR}" DESCRIPTION="Sources for the ${KV_MAJOR}.${KV_MINOR} linux kernel" IUSE="symlink build" |