projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78074b5
)
mail-filter/opendkim: fix myconf expansion
author
Alon Bar-Lev
<alonbl@gentoo.org>
Fri, 3 Mar 2017 23:51:59 +0000
(
01:51
+0200)
committer
Alon 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
patch
|
blob
|
history
diff --git
a/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild
b/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild
index a58a39496e530a352260ee1e7e8561caa995bb03..9f1d7de3359dc302ed31326c28e95489741223a3 100644
(file)
--- 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 \