Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104066 - lm_sensors shoudl be optional for kde-misc/ksensors
Summary: lm_sensors shoudl be optional for kde-misc/ksensors
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: Low normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-28 13:49 UTC by Richard Fish
Modified: 2006-01-21 10:30 UTC (History)
1 user (show)

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 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.