summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-07-05 17:08:54 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-07-05 17:08:54 +0000
commitf0a45394fb96a5ac0f5982b55bb63891acf351c8 (patch)
treed3a1d811aa108905c0d5c71e96f74445d291d5fd /eclass
parentx86 stable; I care about the users? (diff)
downloadgentoo-2-f0a45394fb96a5ac0f5982b55bb63891acf351c8.tar.gz
gentoo-2-f0a45394fb96a5ac0f5982b55bb63891acf351c8.tar.bz2
gentoo-2-f0a45394fb96a5ac0f5982b55bb63891acf351c8.zip
Make vdr-plugins depend on media-tv/gentoo-vdr-scripts-0.3.4-r1 or greater
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vdr-plugin.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass
index c820927070c5..c1cdb577b863 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.23 2006/06/17 20:35:02 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.24 2006/07/05 17:08:54 zzam Exp $
#
# Author:
# Matthias Schwarzott <zzam@gentoo.org>
@@ -60,7 +60,7 @@ DESCRIPTION="vdr Plugin: ${VDRPLUGIN} (based on vdr-plugin.eclass)"
S="${WORKDIR}/${VDRPLUGIN}-${PV}"
# depend on headers for DVB-driver
-RDEPEND=""
+RDEPEND=">=media-tv/gentoo-vdr-scripts-0.3.4-r1"
DEPEND="media-tv/linuxtv-dvb-headers"