summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-01-25 23:16:47 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-01-25 23:16:47 +0000
commit4f8d04b67f5810fdab0970145ca8da7718935249 (patch)
treed4b9ea91873002916d772ff85667de2a25d7d23f /sys-apps/i2c
parentold (diff)
downloadgentoo-2-4f8d04b67f5810fdab0970145ca8da7718935249.tar.gz
gentoo-2-4f8d04b67f5810fdab0970145ca8da7718935249.tar.bz2
gentoo-2-4f8d04b67f5810fdab0970145ca8da7718935249.zip
Typo fix.
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r--sys-apps/i2c/Manifest2
-rw-r--r--sys-apps/i2c/i2c-2.8.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/i2c/Manifest b/sys-apps/i2c/Manifest
index 6a991b8ae13d..4fa6be52d04e 100644
--- a/sys-apps/i2c/Manifest
+++ b/sys-apps/i2c/Manifest
@@ -1,7 +1,7 @@
MD5 4b00083aea40ab7c7ac4a94390978ad6 i2c-2.8.0.ebuild 3980
MD5 9601e050f052d54d83910e0fec823b9c ChangeLog 2221
MD5 0f14c057b864644adc667f3a521fe1b8 i2c-2.8.2.ebuild 4002
-MD5 84db55707ba7030b035ea576c7ea9e90 i2c-2.8.1.ebuild 4003
+MD5 80f86533aa315da32d9bad361c943e17 i2c-2.8.1.ebuild 4001
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 0d45c6887348b148c86aae4c3abd94e1 i2c-2.7.0.ebuild 1292
MD5 70a1e0aace87565be43f47848122cea6 i2c-2.6.5-r1.ebuild 1197
diff --git a/sys-apps/i2c/i2c-2.8.1.ebuild b/sys-apps/i2c/i2c-2.8.1.ebuild
index 553ad3675c22..64cab7ed2e43 100644
--- a/sys-apps/i2c/i2c-2.8.1.ebuild
+++ b/sys-apps/i2c/i2c-2.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.1.ebuild,v 1.4 2004/01/25 23:15:20 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.1.ebuild,v 1.5 2004/01/25 23:16:36 plasmaroo Exp $
DESCRIPTION="I2C Bus support for 2.4.x kernels"
HOMEPAGE="http://www2.lm-sensors.nu/~lm78/"
@@ -97,7 +97,7 @@ src_compile () {
src_install() {
emake \
- CC = ${CC} \
+ CC=${CC} \
LINUX=$LINUX \
LINUX_INCLUDE_DIR=/usr/include/linux \
DESTDIR=${D} \