Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469656 - net-irc/hexchat-2.9.5 USE=spell should depend on app-text/enchant-1.6.0
Summary: net-irc/hexchat-2.9.5 USE=spell should depend on app-text/enchant-1.6.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-05-13 07:07 UTC by Peter Wilmott (RETIRED)
Modified: 2013-05-13 19:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild patch. (hexchat-2.9.5.ebuild.patch,428 bytes, patch)
2013-05-13 07:14 UTC, Peter Wilmott (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Wilmott (RETIRED) gentoo-dev 2013-05-13 07:07:07 UTC
When compiled with the 'spell' USE flag enabled hexchat spell checking does not work, you need to additionally emerge enchant as well.

Reproducible: Always

Steps to Reproduce:
1.Emerge hexchat with the 'spell' USE Flag
2.Enable spell checking in Settings ‣ Preferences ‣ Interface ‣ Input box
Actual Results:  
Spell checking does not highlight misspelled words nor does it offer spelling suggestions.

Expected Results:  
Misspelled words should be underlined in red and right clicking them should show suggestions.

Installing app-text/enchant-1.6.0 fixes this issue, the hexchat documents do suggest installing enchant if you have issues with spell check.The 'spell' USE flag should pull in enchant as a dependency.

https://hexchat.readthedocs.org/en/latest/tips.html#unix
Comment 1 Peter Wilmott (RETIRED) gentoo-dev 2013-05-13 07:14:04 UTC
Created attachment 348138 [details, diff]
Ebuild patch.
Comment 2 Julian Ospald 2013-05-13 19:37:41 UTC
deps were not in alphabetical order

+  13 May 2013; Julian Ospald <hasufell@gentoo.org> hexchat-2.9.5.ebuild:
+  fix deps wrt #469656 thanks to Peter Wilmott