commit:     04f5d933ea4df9aab3787f0cbd5ee981222679e2
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 23:51:59 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 23:51:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f5d933

mail-filter/opendkim: fix myconf expansion

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mail-filter/opendkim/opendkim-2.10.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild 
b/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild
index a58a39496e5..9f1d7de3359 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 \

Reply via email to