Bug 190047 - app-laptop/hdapsd kernel CONFIG_CHECK error
Bug#: 190047 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: chainsaw@gentoo.org Reported By: jieryn@gmail.com
Component: Ebuilds
URL: 
Summary: app-laptop/hdapsd kernel CONFIG_CHECK error
Keywords:  
Status Whiteboard: 
Opened: 2007-08-24 14:35 0000
Description:   Opened: 2007-08-24 14:35 0000
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 From jieryn 2007-08-24 14:50:56 0000 -------
Created an attachment (id=129073) [details]
fix both ebuilds currently in the tree

------- Comment #2 From Stefan Schweizer 2007-08-29 18:55:16 0000 -------
ty, fixed.