diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-12-04 17:12:14 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-12-04 17:12:14 +0000 |
commit | dce415d3b6e30d1e3b56a2898e220cd7b192e933 (patch) | |
tree | d717fae3a95b744a352ef081fb777145fce58f87 /media-tv/ivtv/ivtv-0.7.2.ebuild | |
parent | * 0.8.2 stabilized (diff) | |
download | gentoo-2-dce415d3b6e30d1e3b56a2898e220cd7b192e933.tar.gz gentoo-2-dce415d3b6e30d1e3b56a2898e220cd7b192e933.tar.bz2 gentoo-2-dce415d3b6e30d1e3b56a2898e220cd7b192e933.zip |
Changing hotplug depends for new udev
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'media-tv/ivtv/ivtv-0.7.2.ebuild')
-rw-r--r-- | media-tv/ivtv/ivtv-0.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/ivtv/ivtv-0.7.2.ebuild b/media-tv/ivtv/ivtv-0.7.2.ebuild index 91ca1347cd41..48a8aaa35ad4 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 # 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.1 2006/12/01 17:49:41 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild,v 1.2 2006/12/04 17:12:14 cardoe Exp $ inherit eutils linux-mod @@ -15,7 +15,7 @@ IUSE="" BUILD_TARGETS="all" BUILD_PARAMS="KDIR=${KERNEL_DIR}" -RDEPEND="sys-apps/hotplug" +RDEPEND="sys-apps/hotplug-base" DEPEND="app-arch/unzip" PDEPEND="media-tv/pvr-firmware" |