diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-08-25 22:01:59 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-08-25 22:01:59 +0000 |
commit | 1fd008450dc61ef2b2197a3dcf46d833398e16cc (patch) | |
tree | 1f7f039e32b40927a3778c9be4c8b696e994e0d7 /media-tv | |
parent | use emake and check exit status in src_install (diff) | |
download | gentoo-2-1fd008450dc61ef2b2197a3dcf46d833398e16cc.tar.gz gentoo-2-1fd008450dc61ef2b2197a3dcf46d833398e16cc.tar.bz2 gentoo-2-1fd008450dc61ef2b2197a3dcf46d833398e16cc.zip |
amd64,x86 stable
(Portage version: 2.1.2.12)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index 8d09511b7952..bacebf074f5c 100644 --- a/media-tv/ivtv/ChangeLog +++ b/media-tv/ivtv/ChangeLog @@ -1,6 +1,9 @@ # 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.87 2007/08/15 15:16:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.88 2007/08/25 22:01:59 beandog Exp $ + + 25 Aug 2007; Steve Dibb <beandog@gentoo.org> ivtv-1.0.1.ebuild: + amd64,x86 stable 15 Aug 2007; Steve Dibb <beandog@gentoo.org> ivtv-0.10.5.ebuild: Mark stable diff --git a/media-tv/ivtv/ivtv-1.0.1.ebuild b/media-tv/ivtv/ivtv-1.0.1.ebuild index 9099e530b4a8..41f0cec89636 100644 --- a/media-tv/ivtv/ivtv-1.0.1.ebuild +++ b/media-tv/ivtv/ivtv-1.0.1.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-1.0.1.ebuild,v 1.1 2007/08/03 19:42:05 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild,v 1.2 2007/08/25 22:01:59 beandog Exp $ inherit eutils linux-mod @@ -9,7 +9,7 @@ HOMEPAGE="http://www.ivtvdriver.org" SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/1.0.x/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="fbcon" RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )" DEPEND="app-arch/unzip" |