Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 104066

Summary: lm_sensors shoudl be optional for kde-misc/ksensors
Product: Gentoo Linux Reporter: Richard Fish <bigfish>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED CANTFIX    
Severity: normal CC: askwar
Priority: Low    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Richard Fish 2005-08-28 13:49:12 UTC
lm_sensors should be an optional dependancy of ksensors, as ksensors can display
ACPI and HDD temperatures without lm_sensors.

Ebuild patch:

diff -u /usr/portage/kde-misc/ksensors/ksensors-0.7.3.ebuild
ksensors/ksensors-0.7.3.ebuild
--- /usr/portage/kde-misc/ksensors/ksensors-0.7.3.ebuild        2005-04-04
05:07:32.000000000 -0700
+++ ksensors/ksensors-0.7.3.ebuild      2005-08-28 13:37:08.000000000 -0700
@@ -11,9 +11,9 @@

 SLOT="0"
 KEYWORDS="x86 ~amd64"
-IUSE=""
+IUSE="lm_sensors"

-DEPEND=">=sys-apps/lm_sensors-2.6.3"
+DEPEND="lm_sensors? ( >=sys-apps/lm_sensors-2.6.3 )"

 need-kde 3
Comment 1 Richard Fish 2005-08-28 14:13:13 UTC
Oops, I filed this prematurely.  The lm_sensors/ksensors dependancies are bit
deeper.  I will try to produce a patch for ksensors and get it accepted upstream
so the lm_sensors use flag can be added...sorry for the noise.
Comment 2 Alexander Skwar 2006-01-21 10:30:21 UTC
Did you have a chance to come up with a patch? If so, how did upstream respond?

I'm asking, as I'd also like to use ksensors WITHOUT lm_sensors.