commit:     cd6c1259b793dc6e52291c1236b41592322531b0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 16:23:05 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 16:23:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6c1259

net-mail/dovecot: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-mail/dovecot/dovecot-2.3.8.ebuild   | 8 ++++----
 net-mail/dovecot/dovecot-2.3.9.2.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-mail/dovecot/dovecot-2.3.8.ebuild 
b/net-mail/dovecot/dovecot-2.3.8.ebuild
index b32f3cabf59..8260f001111 100644
--- a/net-mail/dovecot/dovecot-2.3.8.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.8.ebuild
@@ -91,9 +91,9 @@ src_configure() {
 
        # turn valgrind tests off. Bug #340791
        VALGRIND=no econf \
-               --with-rundir="${EPREFIX%/}/run/dovecot" \
-               --with-statedir="${EPREFIX%/}/var/lib/dovecot" \
-               --with-moduledir="${EPREFIX%/}/usr/$(get_libdir)/dovecot" \
+               --with-rundir="${EPREFIX}/run/dovecot" \
+               --with-statedir="${EPREFIX}/var/lib/dovecot" \
+               --with-moduledir="${EPREFIX}/usr/$(get_libdir)/dovecot" \
                --without-stemmer \
                --disable-rpath \
                --without-libbsd \
@@ -128,7 +128,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 )

diff --git a/net-mail/dovecot/dovecot-2.3.9.2.ebuild 
b/net-mail/dovecot/dovecot-2.3.9.2.ebuild
index 6a614a62c19..f2ee9cd425c 100644
--- a/net-mail/dovecot/dovecot-2.3.9.2.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.9.2.ebuild
@@ -91,9 +91,9 @@ src_configure() {
 
        # turn valgrind tests off. Bug #340791
        VALGRIND=no econf \
-               --with-rundir="${EPREFIX%/}/run/dovecot" \
-               --with-statedir="${EPREFIX%/}/var/lib/dovecot" \
-               --with-moduledir="${EPREFIX%/}/usr/$(get_libdir)/dovecot" \
+               --with-rundir="${EPREFIX}/run/dovecot" \
+               --with-statedir="${EPREFIX}/var/lib/dovecot" \
+               --with-moduledir="${EPREFIX}/usr/$(get_libdir)/dovecot" \
                --without-stemmer \
                --disable-rpath \
                --without-libbsd \
@@ -128,7 +128,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 )

Reply via email to