diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-11 20:48:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-11 20:48:58 +0200 |
commit | e9c9bb65fa5b39932c7651c424295f262a4e8060 (patch) | |
tree | 895635434a19c2163cdc21f96a8718e50f47e98f /app-editors/emacs | |
parent | app-editors/emacs: Work around jit not working with ccache (diff) | |
download | gentoo-e9c9bb65fa5b39932c7651c424295f262a4e8060.tar.gz gentoo-e9c9bb65fa5b39932c7651c424295f262a4e8060.tar.bz2 gentoo-e9c9bb65fa5b39932c7651c424295f262a4e8060.zip |
app-editors/emacs: Whitespace fix
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/emacs-28.0.9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-editors/emacs/emacs-28.0.9999.ebuild b/app-editors/emacs/emacs-28.0.9999.ebuild index 4a6795ce8017..682e0651a360 100644 --- a/app-editors/emacs/emacs-28.0.9999.ebuild +++ b/app-editors/emacs/emacs-28.0.9999.ebuild @@ -145,6 +145,7 @@ src_prepare() { # These files ignore LDFLAGS. We assign the variable here, because # for live ebuilds FULL_VERSION doesn't exist in global scope QA_FLAGS_IGNORED="usr/$(get_libdir)/emacs/${FULL_VERSION}/native-lisp/.*" + # gccjit doesn't play well with ccache #801580 # For now, work around the problem with an explicit LIBRARY_PATH has ccache ${FEATURES} \ |