overlay/net-im/gajim/files/disable-gspell-1.10.patch
tastytea d4c23400ce
net-im/gajim: Version bump 1.1.0
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --ignore-arches
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2018-11-07 00:05:22 +01:00

22 lines
679 B
Diff

--- a/gajim/common/app.py 2018-11-06 23:57:20.088079001 +0100
+++ a/gajim/common/app.py 2018-11-06 23:58:36.638834033 +0100
@@ -299,17 +299,7 @@
pass
# GSPELL
- try:
- gi.require_version('Gspell', '1')
- from gi.repository import Gspell
- langs = Gspell.language_get_available()
- for lang in langs:
- log('gajim').info('%s (%s) dict available',
- lang.get_name(), lang.get_code())
- if langs:
- _dependencies['GSPELL'] = True
- except (ImportError, ValueError):
- pass
+ # [REMOVED BY EBUILD]
# Print results
for dep, val in _dependencies.items():