Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dovecot/
Date: Sat, 08 Feb 2020 16:53:28
Message-Id: 1581180717.6f93dd0a2110285a9f0e0a58a2fdcd10d4295497.soap@gentoo
1 commit: 6f93dd0a2110285a9f0e0a58a2fdcd10d4295497
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 16:51:57 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 16:51:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f93dd0a
7
8 net-mail/dovecot: [QA] Fix UnnecessarySlashStrip
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-mail/dovecot/dovecot-2.3.7.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-mail/dovecot/dovecot-2.3.7.2.ebuild b/net-mail/dovecot/dovecot-2.3.7.2.ebuild
16 index d8cce941ec7..52fe0014c1f 100644
17 --- a/net-mail/dovecot/dovecot-2.3.7.2.ebuild
18 +++ b/net-mail/dovecot/dovecot-2.3.7.2.ebuild
19 @@ -133,7 +133,7 @@ src_configure() {
20 cd "../dovecot-${major_minor}-pigeonhole-${sieve_version}" || die "cd failed"
21 econf \
22 $( use_enable static-libs static ) \
23 - --localstatedir="${EPREFIX%/}/var" \
24 + --localstatedir="${EPREFIX}/var" \
25 --enable-shared \
26 --with-dovecot="${S}" \
27 $( use_with managesieve )