diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-12-12 05:03:01 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-12-12 05:03:01 +0000 |
commit | 66d1a4f1b39cbd3bf044e069bbf9f6c47b550fd7 (patch) | |
tree | 25fa09c8566076325666a7864ed47975ae4affbd /x11-drivers | |
parent | Apply swscale and lavc patchset from bug 242094, thanks to Alexis Ballier and... (diff) | |
download | gentoo-2-66d1a4f1b39cbd3bf044e069bbf9f6c47b550fd7.tar.gz gentoo-2-66d1a4f1b39cbd3bf044e069bbf9f6c47b550fd7.tar.bz2 gentoo-2-66d1a4f1b39cbd3bf044e069bbf9f6c47b550fd7.zip |
Change ivtv dep to ivtv or ivtv-utils
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ivtv/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-ivtv/ChangeLog b/x11-drivers/xf86-video-ivtv/ChangeLog index b082cc6196f4..28a1489b27e4 100644 --- a/x11-drivers/xf86-video-ivtv/ChangeLog +++ b/x11-drivers/xf86-video-ivtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-ivtv # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog,v 1.6 2008/05/11 23:36:01 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog,v 1.7 2008/12/12 05:03:01 beandog Exp $ + + 12 Dec 2008; Steve Dibb <beandog@gentoo.org> xf86-video-ivtv-1.0.0.ebuild, + xf86-video-ivtv-1.0.1.ebuild: + Change ivtv dep to ivtv or ivtv-utils 11 May 2008; Jeff Gardner <je_fro@gentoo.org> -xf86-video-ivtv-0.10.6.ebuild, xf86-video-ivtv-1.0.0.ebuild, diff --git a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild index e247222630e8..f4ca0315bf39 100644 --- a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild +++ b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild,v 1.4 2008/05/11 23:36:01 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild,v 1.5 2008/12/12 05:03:01 beandog Exp $ inherit flag-o-matic x-modular DESCRIPTION="X.Org driver for TV-out on ivtvdev cards" @@ -14,7 +14,8 @@ IUSE="" DEPEND="x11-base/xorg-server x11-misc/imake - media-tv/ivtv" + || ( media-tv/ivtv + media-tv/ivtv-utils )" RDEPEND="x11-proto/xextproto x11-proto/videoproto x11-proto/xproto diff --git a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild index 01fcfb5d48e8..c712391092cd 100644 --- a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild +++ b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild,v 1.2 2008/05/11 23:36:01 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild,v 1.3 2008/12/12 05:03:01 beandog Exp $ inherit flag-o-matic x-modular DESCRIPTION="X.Org driver for TV-out on ivtvdev cards" @@ -14,7 +14,8 @@ IUSE="" DEPEND="x11-base/xorg-server x11-misc/imake - media-tv/ivtv" + || ( media-tv/ivtv + media-tv/ivtv-utils )" RDEPEND="x11-proto/xextproto x11-proto/videoproto x11-proto/xproto |