diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-09-12 20:26:00 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-09-12 20:26:00 +0000 |
commit | 3fbb1f14036f862880dbad0983f94e161bac4afe (patch) | |
tree | 66bdb577763c7151fc834daa70c9729f7838c31c | |
parent | Add doc and source use flags and cleanup ebuild. (diff) | |
download | gentoo-2-3fbb1f14036f862880dbad0983f94e161bac4afe.tar.gz gentoo-2-3fbb1f14036f862880dbad0983f94e161bac4afe.tar.bz2 gentoo-2-3fbb1f14036f862880dbad0983f94e161bac4afe.zip |
allow 2.6.23 with 1.0.2 and mark stable for the current gentoo-sources stable
(Portage version: 2.1.3.9)
-rw-r--r-- | media-tv/ivtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-1.0.2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index 8e04a92d8ea6..98509411fb13 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.92 2007/08/31 14:14:49 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.93 2007/09/12 20:26:00 cardoe Exp $ + + 12 Sep 2007; Doug Goldstein <cardoe@gentoo.org> ivtv-1.0.2.ebuild: + allow 2.6.23 with 1.0.2 and mark stable for the current gentoo-sources stable 31 Aug 2007; Steve Dibb <beandog@gentoo.org> ivtv-1.0.1.ebuild, ivtv-1.0.2.ebuild: diff --git a/media-tv/ivtv/ivtv-1.0.2.ebuild b/media-tv/ivtv/ivtv-1.0.2.ebuild index 31c1be858f8f..2ff7fde5ae1f 100644 --- a/media-tv/ivtv/ivtv-1.0.2.ebuild +++ b/media-tv/ivtv/ivtv-1.0.2.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.2.ebuild,v 1.6 2007/08/31 14:14:49 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v 1.7 2007/09/12 20:26:00 cardoe 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" @@ -28,7 +28,7 @@ pkg_setup() { CONFIG_CHECK="${CONFIG_CHECK} FB FB_TRIDENT FRAMEBUFFER_CONSOLE FONTS" fi - if ! ( kernel_is 2 6 22 ); then + if ! ( kernel_is 2 6 22 || kernel_is 2 6 23 ); then eerror "Each IVTV driver branch will only work with a specific" eerror "linux kernel branch." eerror "" @@ -37,7 +37,7 @@ pkg_setup() { eerror "b) emerge a different ivtv driver" eerror "" eerror "See http://ivtvdriver.org/ for more information" - die "This only works on 2.6.22 kernels" + die "This only works on 2.6.22 and greater kernels" fi if use fbcon; then |