diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-01-30 15:05:53 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-01-30 15:05:53 +0000 |
commit | 8161b3802a6785a60ecbc96f2e86c229444ab5d2 (patch) | |
tree | 98c11759d4f14af3beaf47546cc8797fb61ae8a5 /media-tv/ivtv/ivtv-0.4.7.ebuild | |
parent | Stable on sparc wrt #164487 (diff) | |
download | gentoo-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/ivtv/ivtv-0.4.7.ebuild')
-rw-r--r-- | media-tv/ivtv/ivtv-0.4.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |