summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-03-03 16:46:58 +0000
committerSteve Dibb <beandog@gentoo.org>2009-03-03 16:46:58 +0000
commit923b780d28096c5753525691979db1619304e7e9 (patch)
treea748a60c4806f90b3c529f008f596d229e560d14 /media-tv/ivtv-utils
parentRe-add ~s390 keyword (diff)
downloadgentoo-2-923b780d28096c5753525691979db1619304e7e9.tar.gz
gentoo-2-923b780d28096c5753525691979db1619304e7e9.tar.bz2
gentoo-2-923b780d28096c5753525691979db1619304e7e9.zip
Remmove old kernel check, bug 254172; stable on arches
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/ivtv-utils')
-rw-r--r--media-tv/ivtv-utils/ChangeLog5
-rw-r--r--media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/media-tv/ivtv-utils/ChangeLog b/media-tv/ivtv-utils/ChangeLog
index 21722b622833..226bb14916de 100644
--- a/media-tv/ivtv-utils/ChangeLog
+++ b/media-tv/ivtv-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/ivtv-utils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ChangeLog,v 1.3 2009/01/28 20:51:56 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ChangeLog,v 1.4 2009/03/03 16:46:58 beandog Exp $
+
+ 03 Mar 2009; Steve Dibb <beandog@gentoo.org> ivtv-utils-1.3.0-r1.ebuild:
+ Remmove old kernel check, bug 254172; stable on arches
*ivtv-utils-1.3.0-r1 (28 Jan 2009)
diff --git a/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild b/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild
index 5b5afdd14bb1..95ce357f9395 100644
--- a/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild
+++ b/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild,v 1.1 2009/01/28 20:51:56 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild,v 1.2 2009/03/03 16:46:58 beandog Exp $
inherit eutils linux-mod
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.ivtvdriver.org"
SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/1.3.x/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE="perl"
RDEPEND=">=sys-fs/udev-103"
DEPEND="app-arch/unzip
@@ -28,8 +28,7 @@ pkg_setup() {
MODULE_NAMES="saa717x(extra:${S}/i2c-drivers)"
BUILD_TARGETS="all"
CONFIG_CHECK="EXPERIMENTAL KMOD HAS_IOMEM FW_LOADER I2C I2C_ALGOBIT
- VIDEO_DEV VIDEO_CAPTURE_DRIVERS VIDEO_V4L1 VIDEO_V4L2
- !VIDEO_HELPER_CHIPS_AUTO VIDEO_IVTV"
+ VIDEO_DEV VIDEO_CAPTURE_DRIVERS VIDEO_V4L1 VIDEO_V4L2 VIDEO_IVTV"
if ! ( kernel_is ge 2 6 26 ); then
eerror "This package is only for the fully in-kernel"