It was used to enable the support of plugins. This requires no extra
external dependencies, so it is now enabled unconditionally.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
SLOT="0"
KEYWORDS=""
-IUSE="aspell crypt idn modules otr spell ssl vim-syntax"
+IUSE="aspell crypt idn otr spell ssl vim-syntax"
LANGS="cs de fr it nl pl ru uk"
# localized help versions are installed only, when L10N var is set
src_configure() {
local myeconfargs=(
+ --enable-modules \
$(use_enable crypt gpgme) \
$(use_enable otr) \
$(use_enable aspell) \
$(use_enable spell enchant) \
- $(use_enable modules) \
$(use_with idn libidn)
)
autotools-utils_src_configure