net-im/mcabber: drop misused 'modules' USE flag
authorAndrey Utkin <andrey_utkin@gentoo.org>
Sat, 22 Sep 2018 21:54:13 +0000 (22:54 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Sun, 23 Sep 2018 00:52:41 +0000 (01:52 +0100)
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

net-im/mcabber/mcabber-9999.ebuild

index ed7b028ed1006dc5c34e9247f26f8b6953fde28e..b2a9886fa91ba791aa8696f926d5c16d6d44bca5 100644 (file)
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 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
@@ -50,11 +50,11 @@ pkg_setup() {
 
 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