Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 109906

Summary: herdstat-1.1.2_rc1.ebuild: ncurses flag has no match in DEPEND
Product: Portage Development Reporter: Stelian Ionescu <bugs>
Component: Third-Party ToolsAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.