Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122868 - linux-mod.eclass gets IUSE wrong
Summary: linux-mod.eclass gets IUSE wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: John Mylchreest (RETIRED)
URL:
Whiteboard:
Keywords: QAbadiuse
: 136407 (view as bug list)
Depends on: 140116
Blocks:
  Show dependency tree
 
Reported: 2006-02-14 18:54 UTC by Ciaran McCreesh
Modified: 2006-07-24 13:19 UTC (History)
3 users (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 Ciaran McCreesh 2006-02-14 18:54:06 UTC
From linux-mod.eclass:

IUSE="" # don't put pcmcia here, rather in the ebuilds that actually support pcmcia

The problem is, it then does:

RDEPEND="virtual/modutils
Comment 1 Ciaran McCreesh 2006-02-14 18:54:06 UTC
From linux-mod.eclass:

IUSE="" # don't put pcmcia here, rather in the ebuilds that actually support pcmcia

The problem is, it then does:

RDEPEND="virtual/modutils
»···»···pcmcia? ( virtual/pcmcia )"
DEPEND="sys-apps/sed
»···»···pcmcia? ( virtual/pcmcia )"

So the pcmcia flag gets pulled in invisibly anyway. This would be better done as a LINUX_MOD_NEEDS_PCMCIA option variable.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-11 16:37:28 UTC
*** Bug 136407 has been marked as a duplicate of this bug. ***
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-07-24 13:19:05 UTC
no more pcmcia in linux-mod - fixed