Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/
Date: Sat, 08 Feb 2020 16:53:37
Message-Id: 1581180761.dcb5a6773c48fc0dbbdf1c32ca90cd8470680067.soap@gentoo
1 commit: dcb5a6773c48fc0dbbdf1c32ca90cd8470680067
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 16:52:41 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 16:52:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb5a677
7
8 sys-fs/mtools: [QA] Fix UnnecessarySlashStrip
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-fs/mtools/mtools-4.0.22.ebuild | 2 +-
13 sys-fs/mtools/mtools-4.0.23.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/mtools/mtools-4.0.22.ebuild b/sys-fs/mtools/mtools-4.0.22.ebuild
17 index 651e08e2c96..42ad7d717b9 100644
18 --- a/sys-fs/mtools/mtools-4.0.22.ebuild
19 +++ b/sys-fs/mtools/mtools-4.0.22.ebuild
20 @@ -36,7 +36,7 @@ src_configure() {
21 # 447688
22 use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
23 local myeconfargs=(
24 - --sysconfdir="${EPREFIX%/}"/etc/mtools
25 + --sysconfdir="${EPREFIX}"/etc/mtools
26 $(use_with X x)
27 )
28 econf "${myeconfargs[@]}"
29
30 diff --git a/sys-fs/mtools/mtools-4.0.23.ebuild b/sys-fs/mtools/mtools-4.0.23.ebuild
31 index 651e08e2c96..42ad7d717b9 100644
32 --- a/sys-fs/mtools/mtools-4.0.23.ebuild
33 +++ b/sys-fs/mtools/mtools-4.0.23.ebuild
34 @@ -36,7 +36,7 @@ src_configure() {
35 # 447688
36 use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
37 local myeconfargs=(
38 - --sysconfdir="${EPREFIX%/}"/etc/mtools
39 + --sysconfdir="${EPREFIX}"/etc/mtools
40 $(use_with X x)
41 )
42 econf "${myeconfargs[@]}"