Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221891 - lm_sensors USE flag blocked on Alpha, shouldn't be
Summary: lm_sensors USE flag blocked on Alpha, shouldn't be
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-13 02:08 UTC by Matt Turner
Modified: 2008-05-13 18:32 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 Matt Turner gentoo-dev 2008-05-13 02:08:37 UTC
The lm_sensors USE flag is blocked on Alpha. For instance, emerge -vp sensors-applet (once given the proper keyword fix) displays (lm_sensors) as a USE flag.

By removing the following line from pkg_setup, sensors-applet compiles with lm_sensors support, and better yet, works flawlessly.

$(use_with lm_sensors libsensors) \

Maybe this USE flag needs to be blocked on a per-package basis, but definitely not globally.

Reproducible: Always
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2008-05-13 18:32:28 UTC
Unmasked :) Thanks for testing