mail-filter/opendkim: fix myconf expansion
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 3 Mar 2017 23:51:59 +0000 (01:51 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Fri, 3 Mar 2017 23:51:59 +0000 (01:51 +0200)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

mail-filter/opendkim/opendkim-2.10.3-r3.ebuild

index a58a39496e530a352260ee1e7e8561caa995bb03..9f1d7de3359dc302ed31326c28e95489741223a3 100644 (file)
@@ -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 \