summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-04-29 04:22:44 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-04-29 04:22:44 +0000
commit9ed5271163b34a91900be4e46403d8d7237181e7 (patch)
tree9e3999e77efe86843d2291002101b711a9803b04
parentNew package (diff)
downloadhistorical-9ed5271163b34a91900be4e46403d8d7237181e7.tar.gz
historical-9ed5271163b34a91900be4e46403d8d7237181e7.tar.bz2
historical-9ed5271163b34a91900be4e46403d8d7237181e7.zip
Small fix to the description text.
Closes bug #2163.
-rw-r--r--media-video/em8300-modules/em8300-modules-0.12.0.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/media-video/em8300-modules/em8300-modules-0.12.0.ebuild b/media-video/em8300-modules/em8300-modules-0.12.0.ebuild
index 9729e6bd37a9..e9906db93e07 100644
--- a/media-video/em8300-modules/em8300-modules-0.12.0.ebuild
+++ b/media-video/em8300-modules/em8300-modules-0.12.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Brandon Low <lostlogic@lostlogicx.com>
-# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.12.0.ebuild,v 1.2 2002/04/25 06:56:22 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.12.0.ebuild,v 1.3 2002/04/29 04:22:44 agenkin Exp $
-DESCRIPTION="em8300 video decoder card kernel modules"
+DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card kernel modules"
HOMEPAGE="http://dxr3.sourceforge.net"
DEPEND="virtual/linux-sources"
@@ -73,5 +73,9 @@ pkg_postinst() {
einfo "to your devfsd.conf so that the em8300 devices will be linked"
einfo "correctly."
einfo
+ einfo "You will also need to have the i2c kernel modules compiled for"
+ einfo "this to be happy, no need to patch any kernel though just turn"
+ einfo "all the i2c stuff in kernel config to M and you'll be fine."
+ einfo
}