Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57861 - add ${KV} check for lm-sensors
Summary: add ${KV} check for lm-sensors
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-21 08:34 UTC by Charles Phoenix
Modified: 2004-07-22 02:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Phoenix 2004-07-21 08:34:38 UTC
since i2c support is in the 2.5+ kernels wouldn't

if [ `echo ${KV} | grep 2\.[56]\.` ]; then
    DEPEND=">=sys-apps/i2c-${PV}"

stop it from stopping merging i2c and then stopping.

yes, one can inject, but for every update?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2004-07-22 02:26:49 UTC
> stop it from stopping merging i2c and then stopping.

I2C is a dummy package for 2.6 kernels; so you shouldn't have any issues with it stopping. Please "emerge sync" and if it still does it then paste the output, reopening this bug.