projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b97a708
)
net-mail/dovecot: [QA] Fix UnnecessarySlashStrip
author
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:51:57 +0000
(17:51 +0100)
committer
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:51:57 +0000
(17:51 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
net-mail/dovecot/dovecot-2.3.7.2.ebuild
patch
|
blob
|
history
diff --git
a/net-mail/dovecot/dovecot-2.3.7.2.ebuild
b/net-mail/dovecot/dovecot-2.3.7.2.ebuild
index d8cce941ec7baad3f860beaa6785b71d307c19e3..52fe0014c1f3da29adb0edcda459caac7b8dc9f4 100644
(file)
--- a/
net-mail/dovecot/dovecot-2.3.7.2.ebuild
+++ b/
net-mail/dovecot/dovecot-2.3.7.2.ebuild
@@
-133,7
+133,7
@@
src_configure() {
cd "../dovecot-${major_minor}-pigeonhole-${sieve_version}" || die "cd failed"
econf \
$( use_enable static-libs static ) \
- --localstatedir="${EPREFIX
%/
}/var" \
+ --localstatedir="${EPREFIX}/var" \
--enable-shared \
--with-dovecot="${S}" \
$( use_with managesieve )