summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-01-30 15:05:53 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-01-30 15:05:53 +0000
commit8161b3802a6785a60ecbc96f2e86c229444ab5d2 (patch)
tree98c11759d4f14af3beaf47546cc8797fb61ae8a5 /media-tv
parentStable on sparc wrt #164487 (diff)
downloadgentoo-2-8161b3802a6785a60ecbc96f2e86c229444ab5d2.tar.gz
gentoo-2-8161b3802a6785a60ecbc96f2e86c229444ab5d2.tar.bz2
gentoo-2-8161b3802a6785a60ecbc96f2e86c229444ab5d2.zip
Fixing udev/hotplug depends
(Portage version: 2.1.2-r5)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/ivtv/ChangeLog11
-rw-r--r--media-tv/ivtv/ivtv-0.4.5.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.4.7.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.4.8.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.4.9.ebuild4
-rw-r--r--media-tv/ivtv/ivtv-0.6.3.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.6.4.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.6.5.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.6.6.ebuild4
-rw-r--r--media-tv/ivtv/ivtv-0.7.1.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.7.2.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.7.3.ebuild4
-rw-r--r--media-tv/ivtv/ivtv-0.8.0-r1.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.8.0.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.8.1-r1.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.8.1.ebuild6
-rw-r--r--media-tv/ivtv/ivtv-0.8.2-r1.ebuild4
-rw-r--r--media-tv/ivtv/ivtv-0.9.0.ebuild7
-rw-r--r--media-tv/ivtv/ivtv-0.9.1.ebuild7
19 files changed, 60 insertions, 53 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog
index b0f4d2335c45..042e5fb54d4c 100644
--- a/media-tv/ivtv/ChangeLog
+++ b/media-tv/ivtv/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for media-tv/ivtv
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.69 2007/01/30 04:13:20 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.70 2007/01/30 15:05:53 cardoe Exp $
+
+ 30 Jan 2007; Doug Goldstein <cardoe@gentoo.org> ivtv-0.4.5.ebuild,
+ ivtv-0.4.7.ebuild, ivtv-0.4.8.ebuild, ivtv-0.4.9.ebuild,
+ ivtv-0.6.3.ebuild, ivtv-0.6.4.ebuild, ivtv-0.6.5.ebuild,
+ ivtv-0.6.6.ebuild, ivtv-0.7.1.ebuild, ivtv-0.7.2.ebuild,
+ ivtv-0.7.3.ebuild, ivtv-0.8.0.ebuild, ivtv-0.8.0-r1.ebuild,
+ ivtv-0.8.1.ebuild, ivtv-0.8.1-r1.ebuild, ivtv-0.8.2-r1.ebuild,
+ ivtv-0.9.0.ebuild, ivtv-0.9.1.ebuild:
+ Fixing udev/hotplug depends
30 Jan 2007; Doug Goldstein <cardoe@gentoo.org> ivtv-0.8.2-r1.ebuild:
Mark ppc
diff --git a/media-tv/ivtv/ivtv-0.4.5.ebuild b/media-tv/ivtv/ivtv-0.4.5.ebuild
index 22578db54a8a..c28fa8dc0ac3 100644
--- a/media-tv/ivtv/ivtv-0.4.5.ebuild
+++ b/media-tv/ivtv/ivtv-0.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild,v 1.6 2006/11/28 03:39:32 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild,v 1.7 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -26,7 +26,7 @@ BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV I2C_CHARDEV I2C"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
pkg_setup() {
diff --git a/media-tv/ivtv/ivtv-0.4.7.ebuild b/media-tv/ivtv/ivtv-0.4.7.ebuild
index 0cf53a53aa90..8425d62438b3 100644
--- a/media-tv/ivtv/ivtv-0.4.7.ebuild
+++ b/media-tv/ivtv/ivtv-0.4.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild,v 1.4 2006/11/28 03:39:32 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild,v 1.5 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -16,7 +16,7 @@ BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV I2C_CHARDEV I2C"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.4.8.ebuild b/media-tv/ivtv/ivtv-0.4.8.ebuild
index a793999165df..de660d0ee989 100644
--- a/media-tv/ivtv/ivtv-0.4.8.ebuild
+++ b/media-tv/ivtv/ivtv-0.4.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild,v 1.1 2006/12/01 17:49:41 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild,v 1.2 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -16,7 +16,7 @@ BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV I2C_CHARDEV I2C"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.4.9.ebuild b/media-tv/ivtv/ivtv-0.4.9.ebuild
index 76b3324ea1bf..28389e4a5d5d 100644
--- a/media-tv/ivtv/ivtv-0.4.9.ebuild
+++ b/media-tv/ivtv/ivtv-0.4.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.9.ebuild,v 1.2 2007/01/23 09:39:45 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.9.ebuild,v 1.3 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -16,7 +16,7 @@ BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV I2C_CHARDEV I2C"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.6.3.ebuild b/media-tv/ivtv/ivtv-0.6.3.ebuild
index 6a80f743dd7f..0a50e3b28786 100644
--- a/media-tv/ivtv/ivtv-0.6.3.ebuild
+++ b/media-tv/ivtv/ivtv-0.6.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.3.ebuild,v 1.4 2006/11/28 03:39:32 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.3.ebuild,v 1.5 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -26,7 +26,7 @@ BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV I2C_CHARDEV I2C"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
pkg_setup() {
diff --git a/media-tv/ivtv/ivtv-0.6.4.ebuild b/media-tv/ivtv/ivtv-0.6.4.ebuild
index 0a5352982d8a..893fb586c52d 100644
--- a/media-tv/ivtv/ivtv-0.6.4.ebuild
+++ b/media-tv/ivtv/ivtv-0.6.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.4.ebuild,v 1.4 2006/11/28 03:39:32 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.4.ebuild,v 1.5 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -16,7 +16,7 @@ BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV I2C_CHARDEV I2C"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.6.5.ebuild b/media-tv/ivtv/ivtv-0.6.5.ebuild
index a89cb7bf4e13..11479741e117 100644
--- a/media-tv/ivtv/ivtv-0.6.5.ebuild
+++ b/media-tv/ivtv/ivtv-0.6.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.5.ebuild,v 1.1 2006/12/01 17:49:41 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.5.ebuild,v 1.2 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -16,7 +16,7 @@ BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV I2C_CHARDEV I2C"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.6.6.ebuild b/media-tv/ivtv/ivtv-0.6.6.ebuild
index 6eb61183db34..6ba72afbdc80 100644
--- a/media-tv/ivtv/ivtv-0.6.6.ebuild
+++ b/media-tv/ivtv/ivtv-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.6.ebuild,v 1.2 2007/01/23 09:39:45 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.6.ebuild,v 1.3 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -16,7 +16,7 @@ BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV I2C_CHARDEV I2C"
-RDEPEND="sys-apps/hotplug"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.7.1.ebuild b/media-tv/ivtv/ivtv-0.7.1.ebuild
index d6295ba5515f..a4729a2e06d6 100644
--- a/media-tv/ivtv/ivtv-0.7.1.ebuild
+++ b/media-tv/ivtv/ivtv-0.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.1.ebuild,v 1.5 2006/12/04 17:12:14 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.1.ebuild,v 1.6 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -15,7 +15,7 @@ IUSE=""
BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
-RDEPEND="sys-apps/hotplug-base"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.7.2.ebuild b/media-tv/ivtv/ivtv-0.7.2.ebuild
index 48a8aaa35ad4..bf2c36fa9298 100644
--- a/media-tv/ivtv/ivtv-0.7.2.ebuild
+++ b/media-tv/ivtv/ivtv-0.7.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild,v 1.2 2006/12/04 17:12:14 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild,v 1.3 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -15,7 +15,7 @@ IUSE=""
BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
-RDEPEND="sys-apps/hotplug-base"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.7.3.ebuild b/media-tv/ivtv/ivtv-0.7.3.ebuild
index 2bc604a77e12..45880c1392d3 100644
--- a/media-tv/ivtv/ivtv-0.7.3.ebuild
+++ b/media-tv/ivtv/ivtv-0.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.3.ebuild,v 1.2 2007/01/23 09:39:45 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.3.ebuild,v 1.3 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -15,7 +15,7 @@ IUSE=""
BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
-RDEPEND="sys-apps/hotplug-base"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.8.0-r1.ebuild b/media-tv/ivtv/ivtv-0.8.0-r1.ebuild
index fd3a0da5b794..c6e042b7d768 100644
--- a/media-tv/ivtv/ivtv-0.8.0-r1.ebuild
+++ b/media-tv/ivtv/ivtv-0.8.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.0-r1.ebuild,v 1.2 2006/12/04 17:12:14 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.0-r1.ebuild,v 1.3 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="fbcon"
-RDEPEND="sys-apps/hotplug-base"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.8.0.ebuild b/media-tv/ivtv/ivtv-0.8.0.ebuild
index 109227a0be78..d51dff76dd5e 100644
--- a/media-tv/ivtv/ivtv-0.8.0.ebuild
+++ b/media-tv/ivtv/ivtv-0.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.0.ebuild,v 1.7 2006/12/04 17:12:14 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.0.ebuild,v 1.8 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
-RDEPEND="sys-apps/hotplug-base"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.8.1-r1.ebuild b/media-tv/ivtv/ivtv-0.8.1-r1.ebuild
index 695af7318359..a1e597f31bed 100644
--- a/media-tv/ivtv/ivtv-0.8.1-r1.ebuild
+++ b/media-tv/ivtv/ivtv-0.8.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.1-r1.ebuild,v 1.2 2006/12/04 17:12:14 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.1-r1.ebuild,v 1.3 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="fbcon"
-RDEPEND="sys-apps/hotplug-base"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.8.1.ebuild b/media-tv/ivtv/ivtv-0.8.1.ebuild
index 6d52200b6075..63c541441053 100644
--- a/media-tv/ivtv/ivtv-0.8.1.ebuild
+++ b/media-tv/ivtv/ivtv-0.8.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.1.ebuild,v 1.4 2006/12/04 17:12:14 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.1.ebuild,v 1.5 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-RDEPEND="sys-apps/hotplug-base"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.8.2-r1.ebuild b/media-tv/ivtv/ivtv-0.8.2-r1.ebuild
index 025a3f95cfbe..33c5ba4df702 100644
--- a/media-tv/ivtv/ivtv-0.8.2-r1.ebuild
+++ b/media-tv/ivtv/ivtv-0.8.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.2-r1.ebuild,v 1.3 2007/01/30 04:13:20 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.8.2-r1.ebuild,v 1.4 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="amd64 ppc x86"
IUSE="fbcon"
-RDEPEND="sys-apps/hotplug-base"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.9.0.ebuild b/media-tv/ivtv/ivtv-0.9.0.ebuild
index 492272101dd3..0fa7106eb167 100644
--- a/media-tv/ivtv/ivtv-0.9.0.ebuild
+++ b/media-tv/ivtv/ivtv-0.9.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.9.0.ebuild,v 1.1 2006/12/02 05:25:11 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.9.0.ebuild,v 1.2 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -12,8 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="fbcon"
-RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )
- sys-apps/hotplug-base"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"
diff --git a/media-tv/ivtv/ivtv-0.9.1.ebuild b/media-tv/ivtv/ivtv-0.9.1.ebuild
index 6864ea826bcf..63c185d9a711 100644
--- a/media-tv/ivtv/ivtv-0.9.1.ebuild
+++ b/media-tv/ivtv/ivtv-0.9.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.9.1.ebuild,v 1.1 2006/12/11 22:31:03 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.9.1.ebuild,v 1.2 2007/01/30 15:05:53 cardoe Exp $
inherit eutils linux-mod
@@ -12,8 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="fbcon"
-RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )
- sys-apps/hotplug-base"
+RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
DEPEND="app-arch/unzip"
PDEPEND="media-tv/pvr-firmware"