summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-19 18:15:34 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-19 18:15:34 +0000
commit57ab531bc6291a3eb18d4595d5b882910ea70963 (patch)
tree97ecbd0a9f83acbc79d70da6b56a718996bab2ad /eclass
parentRemove virtual/alsa. (diff)
downloadhistorical-57ab531bc6291a3eb18d4595d5b882910ea70963.tar.gz
historical-57ab531bc6291a3eb18d4595d5b882910ea70963.tar.bz2
historical-57ab531bc6291a3eb18d4595d5b882910ea70963.zip
Remove virtual/alsa.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kernel-2.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 300139797b52..14528be18316 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.246 2011/03/15 13:16:26 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.247 2011/03/19 18:15:34 ssuominen Exp $
# Description: kernel.eclass rewrite for a clean base regarding the 2.6
# series of kernel with back-compatibility for 2.4
@@ -325,7 +325,6 @@ if [[ ${ETYPE} == sources ]]; then
PDEPEND="!build? ( virtual/dev-manager )"
PROVIDE="virtual/linux-sources"
- kernel_is gt 2 4 && PROVIDE="${PROVIDE} virtual/alsa"
SLOT="${PVR}"
DESCRIPTION="Sources for the ${KV_MAJOR}.${KV_MINOR} linux kernel"