Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109906 - herdstat-1.1.2_rc1.ebuild: ncurses flag has no match in DEPEND
Summary: herdstat-1.1.2_rc1.ebuild: ncurses flag has no match in DEPEND
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 03:37 UTC by Stelian Ionescu
Modified: 2005-10-20 04:12 UTC (History)
0 users

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 Stelian Ionescu 2005-10-20 03:37:19 UTC
in herdstat-1.1.2_rc1.ebuild IUSE contains the "ncurses" flag, yet
sys-lib/ncurses is not in DEPEND:

IUSE="debug doc ncurses"

RDEPEND=">=dev-cpp/libherdstat-0.1.0"
DEPEND="${RDEPEND}
        >=sys-apps/sed-4
        dev-util/pkgconfig
        doc? ( dev-python/docutils )"
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-10-20 04:12:33 UTC
Firstly, please read the package's metadata.xml to find who the maintainer is. 
tools-portage@ is not it.

ncurses is already included in 'emerge system' and doesn't really need to be
listed in the deps.  That sed doesnt really need to be there either.