Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
Date: Sun, 11 Jul 2021 18:49:08
Message-Id: 1626029338.e9c9bb65fa5b39932c7651c424295f262a4e8060.ulm@gentoo
1 commit: e9c9bb65fa5b39932c7651c424295f262a4e8060
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 11 18:48:58 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 11 18:48:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c9bb65
7
8 app-editors/emacs: Whitespace fix
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/emacs/emacs-28.0.9999.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/app-editors/emacs/emacs-28.0.9999.ebuild b/app-editors/emacs/emacs-28.0.9999.ebuild
17 index 4a6795ce801..682e0651a36 100644
18 --- a/app-editors/emacs/emacs-28.0.9999.ebuild
19 +++ b/app-editors/emacs/emacs-28.0.9999.ebuild
20 @@ -145,6 +145,7 @@ src_prepare() {
21 # These files ignore LDFLAGS. We assign the variable here, because
22 # for live ebuilds FULL_VERSION doesn't exist in global scope
23 QA_FLAGS_IGNORED="usr/$(get_libdir)/emacs/${FULL_VERSION}/native-lisp/.*"
24 +
25 # gccjit doesn't play well with ccache #801580
26 # For now, work around the problem with an explicit LIBRARY_PATH
27 has ccache ${FEATURES} \