Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190047 - app-laptop/hdapsd kernel CONFIG_CHECK error
Summary: app-laptop/hdapsd kernel CONFIG_CHECK error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 187154
  Show dependency tree
 
Reported: 2007-08-24 14:35 UTC by jieryn
Modified: 2007-08-29 18:55 UTC (History)
1 user (show)

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


Attachments
fix both ebuilds currently in the tree (hdaps-config-check.patch,964 bytes, patch)
2007-08-24 14:50 UTC, jieryn
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jieryn 2007-08-24 14:35:24 UTC
From the ebuild:

inherit eutils linux-info

CONFIG_CHECK="SENSORS_HDAPS"
ERROR_NET_RADIO="${P} requires support for HDAPS (CONFIG_SENSORS_HDAPS)"

This is just wrong. We will never use ERROR_NET_RADIO because we never CONFIG_CHECK for it. This should be ERROR_SENSORS_HDAPS="${P" requires support for HDAPS (CONFIG_SENSORS_HDAPS)"

Thanks!!

Reproducible: Always
Comment 1 jieryn 2007-08-24 14:50:56 UTC
Created attachment 129073 [details, diff]
fix both ebuilds currently in the tree
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2007-08-29 18:55:16 UTC
ty, fixed.