diff options
author | Sam James <sam@gentoo.org> | 2021-11-20 13:23:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-20 13:24:04 +0000 |
commit | cb1297c85d8f2920761dc3faf982c49cc4a839ed (patch) | |
tree | 73d9bda30f00bc9c2a81e0d59181e473e6c54608 /mail-client | |
parent | app-i18n/unicode-emoji: mark ALLARCHES (diff) | |
download | gentoo-cb1297c85d8f2920761dc3faf982c49cc4a839ed.tar.gz gentoo-cb1297c85d8f2920761dc3faf982c49cc4a839ed.tar.bz2 gentoo-cb1297c85d8f2920761dc3faf982c49cc4a839ed.zip |
mail-client/claws-mail: fix syntax
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail/claws-mail-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |