commit: cb1297c85d8f2920761dc3faf982c49cc4a839ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 13:23:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 13:24:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1297c8
mail-client/claws-mail: fix syntax
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-client/claws-mail/claws-mail-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild
b/mail-client/claws-mail/claws-mail-9999.ebuild
index 9a4190d06d2f..0383774f79fb 100644
--- a/mail-client/claws-mail/claws-mail-9999.ebuild
+++ b/mail-client/claws-mail/claws-mail-9999.ebuild
@@ -189,7 +189,7 @@ src_configure() {
fi
if use gtk2 ; then
- --disable-fancy-plugin
+ myeconfargs+=( --disable-fancy-plugin )
else
myeconfargs+=( $(use_enable webkit fancy-plugin) )
fi