summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Qian <i@bitbili.net>2023-02-26 17:05:23 +0800
committerMatthew Smith <matthew@gentoo.org>2023-03-08 15:22:49 +0000
commit7a5ec9aba929de9e3058779243913969ac6b6ac9 (patch)
tree3bacdad67965194d3d6e8431ed5a21fbc8dc3916 /net-irc/weechat/metadata.xml
parentprofiles: mask x11-plugins/purple-hangouts for removal (diff)
downloadgentoo-7a5ec9aba929de9e3058779243913969ac6b6ac9.tar.gz
gentoo-7a5ec9aba929de9e3058779243913969ac6b6ac9.tar.bz2
gentoo-7a5ec9aba929de9e3058779243913969ac6b6ac9.zip
net-irc/weechat: add new USE flag 'enchant' for spell checker plugin
Version 3.8 already has compile support for enchant-2, both enchant and enchant-2 now work well for Spell checker plugin. Signed-off-by: Ryan Qian <i@bitbili.net> Closes: https://github.com/gentoo/gentoo/pull/29802 Acked-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'net-irc/weechat/metadata.xml')
-rw-r--r--net-irc/weechat/metadata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-irc/weechat/metadata.xml b/net-irc/weechat/metadata.xml
index d2ef9242b266..f8a6ae8d9289 100644
--- a/net-irc/weechat/metadata.xml
+++ b/net-irc/weechat/metadata.xml
@@ -13,6 +13,7 @@
<flag name="alias">Enable plugin for alias control</flag>
<flag name="buflist">Enable buflist plugin</flag>
<flag name="charset">Enable encoding conversions</flag>
+ <flag name="enchant">Enable spell checker plugin via Enchant instead of GNU Aspell</flag>
<flag name="exec">Enable exec plugin</flag>
<flag name="fset">Enable fast set plugin</flag>
<flag name="fifo">Enable FIFO support (sh pipes)</flag>