Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283067 - app-editors/bluefish-1.3.6 has contradictory app-text/enchant requirements
Summary: app-editors/bluefish-1.3.6 has contradictory app-text/enchant requirements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-08-28 19:49 UTC by Jouni Rinne
Modified: 2009-08-30 09:15 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 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.