diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:08:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:08:19 +0000 |
commit | c31970c40e776fddd73249522d1d7421dfa2ab63 (patch) | |
tree | b9a27ed0cc110b3001275cd167effe72de1e200d /media-video/em8300-modules/em8300-modules-0.13.0.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-c31970c40e776fddd73249522d1d7421dfa2ab63.tar.gz historical-c31970c40e776fddd73249522d1d7421dfa2ab63.tar.bz2 historical-c31970c40e776fddd73249522d1d7421dfa2ab63.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-video/em8300-modules/em8300-modules-0.13.0.ebuild')
-rw-r--r-- | media-video/em8300-modules/em8300-modules-0.13.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/em8300-modules/em8300-modules-0.13.0.ebuild b/media-video/em8300-modules/em8300-modules-0.13.0.ebuild index 276d6ef0d48e..25d254b77934 100644 --- a/media-video/em8300-modules/em8300-modules-0.13.0.ebuild +++ b/media-video/em8300-modules/em8300-modules-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.13.0.ebuild,v 1.2 2003/02/13 13:25:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.13.0.ebuild,v 1.3 2003/09/07 00:08:13 msterret Exp $ S="${WORKDIR}/${P}/modules" DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card kernel modules" @@ -51,7 +51,7 @@ src_install () { # The driver goes into the standard modules location insinto "/lib/modules/${KV}/kernel/drivers/video" doins em8300.o bt865.o adv717x.o - + # Docs dodoc README-modoptions \ README-modules.conf \ @@ -79,10 +79,10 @@ pkg_postinst () { einfo "the contents of /usr/share/doc/${P}/devfs_symlinks.gz" einfo "to your devfsd.conf so that the em8300 devices will be linked" einfo "correctly." - einfo + 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 + einfo } |