diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-11 11:18:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-11 11:18:47 +0000 |
commit | 19af45847294c1b114fe7e9ba5cb13cefe0dcf04 (patch) | |
tree | 21362596368e0a6143f6ec710606981199b89c38 /media-video/isight-firmware-tools | |
parent | Use virtual/udev and udev.eclass. (diff) | |
download | gentoo-2-19af45847294c1b114fe7e9ba5cb13cefe0dcf04.tar.gz gentoo-2-19af45847294c1b114fe7e9ba5cb13cefe0dcf04.tar.bz2 gentoo-2-19af45847294c1b114fe7e9ba5cb13cefe0dcf04.zip |
Drop somewhat nonsensical comment from the ebuild.
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-video/isight-firmware-tools')
-rw-r--r-- | media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild b/media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild index fd268612914d..76bcf0427a3c 100644 --- a/media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild +++ b/media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild,v 1.2 2012/12/11 11:17:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/isight-firmware-tools/isight-firmware-tools-1.6-r1.ebuild,v 1.3 2012/12/11 11:18:47 ssuominen Exp $ EAPI=4 inherit eutils multilib versionator toolchain-funcs udev @@ -33,7 +33,6 @@ src_prepare() { # Fix build with -O0, bug #221325 epatch "${FILESDIR}"/${PN}-1.5.90-build-O0.patch - # Fix for systems with lib64 but no symlink to lib sed -i \ -e "s:@udevdir@:$(udev_get_udevdir):" \ src/isight.rules.in.in || die |