diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-01-17 07:52:25 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-01-17 07:52:25 +0000 |
commit | 27046900ba0463987c2ab51e9ddee5da4bb628e1 (patch) | |
tree | 4d3153976b4c1bc236f4965e4bce2726423c4ede /sys-apps/lm_sensors | |
parent | -fPIC and mark unstable on x86 to match gentoo-sources (diff) | |
download | historical-27046900ba0463987c2ab51e9ddee5da4bb628e1.tar.gz historical-27046900ba0463987c2ab51e9ddee5da4bb628e1.tar.bz2 historical-27046900ba0463987c2ab51e9ddee5da4bb628e1.zip |
info fix
Diffstat (limited to 'sys-apps/lm_sensors')
-rw-r--r-- | sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild b/sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild index 1b233a7d0753..20b3d2de7445 100644 --- a/sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild +++ b/sys-apps/lm_sensors/lm_sensors-2.7.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/sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild,v 1.4 2003/01/17 07:51:09 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild,v 1.5 2003/01/17 07:52:25 lostlogic Exp $ inherit flag-o-matic @@ -22,7 +22,7 @@ src_compile() { filter-flags -fPIC - emake clean all || die "lm_sensors requires the source of a compatible kernel\nversion installed in /usr/src/linux and i2c support built as a modules" + emake clean all || die "lm_sensors requires the source of a compatible kernel\nversion installed in /usr/src/linux and >=i2c-2.7.0 support built as a modules this support is included in gentoo-sources as of 2.4.20-r1" } src_install() { |