summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-03-04 03:19:42 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-03-04 03:19:42 +0000
commit255c23b7969b3cdcea304fe84ee3a0413d960e3b (patch)
tree408824026dc21b3cc3e111dc6215ae0ce67c17f7 /media-tv
parentFixed the installation problem of the libraries. Hey, my first commit (diff)
downloadgentoo-2-255c23b7969b3cdcea304fe84ee3a0413d960e3b.tar.gz
gentoo-2-255c23b7969b3cdcea304fe84ee3a0413d960e3b.tar.bz2
gentoo-2-255c23b7969b3cdcea304fe84ee3a0413d960e3b.zip
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/ivtv/ChangeLog5
-rw-r--r--media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog
index c981f9d11c7f..c117450bbe8e 100644
--- a/media-tv/ivtv/ChangeLog
+++ b/media-tv/ivtv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/ivtv
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.21 2005/03/03 03:22:26 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.22 2005/03/04 03:19:42 cardoe Exp $
+
+ 03 Mar 2005; Doug Goldstein <cardoe@gentoo.org> ivtv-0.2.0_rc3-r2.ebuild:
+ BUILD_PARAMS="KDIR=${KERNEL_DIR}"
02 Mar 2005; Doug Goldstein <cardoe@gentoo.org> ivtv-0.2.0_rc3-r2.ebuild:
removed dep on snd-bt87x
diff --git a/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild b/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild
index cabcfb2d625d..1aa45a1d568f 100644
--- a/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild
+++ b/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild,v 1.2 2005/03/03 03:22:26 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild,v 1.3 2005/03/04 03:19:42 cardoe Exp $
inherit eutils linux-mod
@@ -28,7 +28,7 @@ MODULE_NAMES="ivtv(extra:${S}/driver)
tveeprom(extra:${S}/driver)
saa7127(extra:${S}/driver)"
BUILD_TARGETS="all"
-#BUILD_PARAMS="KDIR=${KERNEL_DIR}"
+BUILD_PARAMS="KDIR=${KERNEL_DIR}"
CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV"
DEPEND="app-arch/unzip"