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

Bug 283067

Summary: app-editors/bluefish-1.3.6 has contradictory app-text/enchant requirements
Product: Gentoo Linux Reporter: Jouni Rinne <l33tmmx>
Component: Current packagesAssignee: Hanno Böck <hanno>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jouni Rinne 2009-08-28 19:49:00 UTC
Excerpt from the ebuild:

RDEPEND="
        dev-libs/libpcre
        x11-libs/gtk+:2
        spell? ( app-text/enchant[aspell] )"

DEPEND="${RDEPEND}
        app-text/enchant[aspell]

i.e. in RDEPEND the requirement is optional, via spell use-flag, but in DEPEND it is mandatory.
Comment 1 Jouni Rinne 2009-08-28 20:03:40 UTC
Just remove the surplus 'app-text/enchant[aspell]' from DEPEND and all goes well...
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-30 09:15:05 UTC
Sorry, my mystake
I forgot to delete it from the DEPEND :]

Well anyway it should be fixed now, thanks for the report.