From: Alon Bar-Lev Date: Fri, 3 Mar 2017 23:51:59 +0000 (+0200) Subject: mail-filter/opendkim: fix myconf expansion X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=04f5d933ea4df9aab3787f0cbd5ee981222679e2;p=gentoo.git mail-filter/opendkim: fix myconf expansion Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild index a58a39496e53..9f1d7de3359d 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild @@ -105,7 +105,7 @@ src_configure() { $(use_enable static-libs static) \ $(use_with gnutls) \ $(use_with memcached libmemcached) \ - ${myconf[@]} \ + "${myconf[@]}" \ --enable-filter \ --enable-atps \ --enable-identity_header \