commit: 0e6e24813bfde535b1618b6aec273f3390dcdb56
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 21:54:13 2018 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 00:52:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6e2481
net-im/mcabber: drop misused 'modules' USE flag
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/mcabber/mcabber-9999.ebuild
b/net-im/mcabber/mcabber-9999.ebuild
index ed7b028ed10..b2a9886fa91 100644
--- a/net-im/mcabber/mcabber-9999.ebuild
+++ b/net-im/mcabber/mcabber-9999.ebuild
@@ -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