Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15488 - invalid ebuild requirements
Summary: invalid ebuild requirements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High blocker
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 05:06 UTC by Ragnar Hojland Espinosa
Modified: 2003-02-11 07:47 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 Ragnar Hojland Espinosa 2003-02-11 05:06:20 UTC
requires app-misc/dialog but dialog is in dev-util/dialog

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-02-11 05:44:18 UTC
which ebuild does this?
Comment 2 Ragnar Hojland Espinosa 2003-02-11 06:24:41 UTC
rsbac-admin-1.2.1.ebuild

IUSE="ncurses"
DEPEND="sys-kernel/rsbac-sources app-misc/dialog"
RDEPEND=">=sys-libs/ncurses-5.2"
Comment 3 Jason Shoemaker (RETIRED) gentoo-dev 2003-02-11 07:32:47 UTC
Ok, think it's fixed. (Good grep -r) I'm wondering why IUSE="ncurses", because this ebuild 
doesn't appear to use that flag.