Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Sat, 02 Jan 2021 22:35:20
Message-Id: 1609626914.db32ab134c3da5bfbe8a580873acda6f8dea3dfb.sam@gentoo
1 commit: db32ab134c3da5bfbe8a580873acda6f8dea3dfb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 22:34:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 22:35:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db32ab13
7
8 net-mail/notmuch: ROOT -> EROOT
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-mail/notmuch/notmuch-0.31.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild
17 index 5f806e985b5..b769f25d217 100644
18 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild
19 +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild
20 @@ -253,7 +253,7 @@ src_install() {
21
22 pkg_preinst() {
23 local _rcfile="/etc/mutt/notmuch-mutt.rc"
24 - if use mutt && ! [[ -e ${ROOT}${_rcfile} ]]; then
25 + if use mutt && ! [[ -e "${EROOT}"${_rcfile} ]]; then
26 elog "To enable notmuch support in mutt, add the following line"
27 elog "to your mutt config file:"
28 elog ""