summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2005-12-10 10:59:59 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2005-12-10 10:59:59 +0000
commit1fdb4b0ac6031b0e8f6499d57250a7a63b5c72e0 (patch)
tree9f2e5d2587d046091e897fd26a6ff0e42e91390a /eclass/vdr-plugin.eclass
parentVersion bump. qjackctl-0.2.17 x86 stable. (diff)
downloadhistorical-1fdb4b0ac6031b0e8f6499d57250a7a63b5c72e0.tar.gz
historical-1fdb4b0ac6031b0e8f6499d57250a7a63b5c72e0.tar.bz2
historical-1fdb4b0ac6031b0e8f6499d57250a7a63b5c72e0.zip
converted DEPEND to linuxtv-dvb-headers
Diffstat (limited to 'eclass/vdr-plugin.eclass')
-rw-r--r--eclass/vdr-plugin.eclass7
1 files changed, 2 insertions, 5 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass
index 995e1416450d..434c685e95be 100644
--- a/eclass/vdr-plugin.eclass
+++ b/eclass/vdr-plugin.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.10 2005/11/30 06:53:16 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.11 2005/12/10 10:59:59 zzam Exp $
#
# Author:
# Matthias Schwarzott <zzam@gentoo.org>
@@ -57,10 +57,7 @@ S="${WORKDIR}/${VDRPLUGIN}-${PV}"
# depend on headers for DVB-driver
RDEPEND=""
-DEPEND="|| (
- >=sys-kernel/linux-headers-2.6.11-r2
- media-tv/linuxtv-dvb
- )"
+DEPEND="media-tv/linuxtv-dvb-headers"
# Where should the plugins live in the filesystem
VDR_PLUGIN_DIR="/usr/lib/vdr/plugins"