diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-04 20:12:36 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-04 20:12:36 +0000 |
commit | f7580910edc548df2a8dc46b91de938e4ba09d9b (patch) | |
tree | 43c751062f76efa482a172d2c2ea3efa2f776154 /sys-apps/lm-sensors/lm-sensors-2.8.1.ebuild | |
parent | Changed 2.8.1 dependencies to I2C 2.8.1; it seems I2C is needed even if the k... (diff) | |
download | historical-f7580910edc548df2a8dc46b91de938e4ba09d9b.tar.gz historical-f7580910edc548df2a8dc46b91de938e4ba09d9b.tar.bz2 historical-f7580910edc548df2a8dc46b91de938e4ba09d9b.zip |
Updated error messages in the lm-sensors-2.8 ebuilds, and also updated the init script to work with the more recent 2.6 kernels - closes bug #37083.
Diffstat (limited to 'sys-apps/lm-sensors/lm-sensors-2.8.1.ebuild')
-rw-r--r-- | sys-apps/lm-sensors/lm-sensors-2.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/lm-sensors/lm-sensors-2.8.1.ebuild b/sys-apps/lm-sensors/lm-sensors-2.8.1.ebuild index a347a19d45b5..6ac7f09e1abe 100644 --- a/sys-apps/lm-sensors/lm-sensors-2.8.1.ebuild +++ b/sys-apps/lm-sensors/lm-sensors-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/lm-sensors/lm-sensors-2.8.1.ebuild,v 1.5 2004/01/04 19:53:26 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm-sensors/lm-sensors-2.8.1.ebuild,v 1.6 2004/01/04 20:12:25 plasmaroo Exp $ inherit flag-o-matic @@ -81,7 +81,7 @@ src_compile() { cd ${S} emake clean - emake I2C_HEADERS=${MYI2C} LINUX=$LINUX || die "lm_sensors requires the source of a compatible kernel version in /usr/src/linux or specified in \$LINUX and >=i2c-2.8.0 support built as modules. This support is included in gentoo-sources as of 2.4.20-r1" + emake I2C_HEADERS=${MYI2C} LINUX=$LINUX || die "lm_sensors requires the source of a compatible kernel version in /usr/src/linux or specified in \$LINUX and >=i2c-2.8.1 support built as modules." } src_install() { |