diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-21 22:34:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-21 22:34:15 +0000 |
commit | 1381cbc34cb28b7de7ff75ea9674e9b9dd9c10a0 (patch) | |
tree | e84da2abee3e46b661a7800e12c16d636cc3348f /media-tv | |
parent | Forgot one for hotplug to udev conversion (diff) | |
download | gentoo-2-1381cbc34cb28b7de7ff75ea9674e9b9dd9c10a0.tar.gz gentoo-2-1381cbc34cb28b7de7ff75ea9674e9b9dd9c10a0.tar.bz2 gentoo-2-1381cbc34cb28b7de7ff75ea9674e9b9dd9c10a0.zip |
Pull in virtual/udev instead of sys-apps/hotplug or sys-apps/hotplug-base wrt #145809
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/wis-go7007/ChangeLog | 9 | ||||
-rw-r--r-- | media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild | 7 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-tv/wis-go7007/ChangeLog b/media-tv/wis-go7007/ChangeLog index ac1d8f07d535..dc21be173909 100644 --- a/media-tv/wis-go7007/ChangeLog +++ b/media-tv/wis-go7007/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/wis-go7007 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/wis-go7007/ChangeLog,v 1.9 2012/12/11 11:12:16 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/wis-go7007/ChangeLog,v 1.10 2013/01/21 22:34:15 ssuominen Exp $ + + 21 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> + wis-go7007-0.9.8-r3.ebuild: + Pull in virtual/udev instead of sys-apps/hotplug or sys-apps/hotplug-base wrt + #145809 11 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> wis-go7007-0.9.8-r3.ebuild: diff --git a/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild b/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild index 94d9083cfa9e..6261e00f84f1 100644 --- a/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild +++ b/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild,v 1.4 2012/12/11 11:12:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild,v 1.5 2013/01/21 22:34:15 ssuominen Exp $ inherit eutils linux-mod udev @@ -12,8 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="alsa" -DEPEND="|| ( virtual/udev sys-apps/hotplug ) - sys-apps/hotplug-base +DEPEND="virtual/udev sys-apps/fxload" RDEPEND="${DEPEND}" |