commit: 6f93dd0a2110285a9f0e0a58a2fdcd10d4295497
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 16:51:57 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 16:51:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f93dd0a
net-mail/dovecot: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-mail/dovecot/dovecot-2.3.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/dovecot/dovecot-2.3.7.2.ebuild
b/net-mail/dovecot/dovecot-2.3.7.2.ebuild
index d8cce941ec7..52fe0014c1f 100644
--- 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 )