summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-02-13 11:18:08 +0100
committerUlrich Müller <ulm@gentoo.org>2021-02-13 11:36:37 +0100
commit01be3fb010098329cb41d9d941209d217548e430 (patch)
tree561e4016fc760b4a521f42946e722a78b1667be4 /app-editors/emacs/emacs-27.1-r4.ebuild
parentwww-apache/mod_nss: Remove old (diff)
downloadgentoo-01be3fb010098329cb41d9d941209d217548e430.tar.gz
gentoo-01be3fb010098329cb41d9d941209d217548e430.tar.bz2
gentoo-01be3fb010098329cb41d9d941209d217548e430.zip
app-editors/emacs: Add -Q option to command line in README.gentoo
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs/emacs-27.1-r4.ebuild')
-rw-r--r--app-editors/emacs/emacs-27.1-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-27.1-r4.ebuild b/app-editors/emacs/emacs-27.1-r4.ebuild
index e585ef414e38..a202aba0d2f6 100644
--- a/app-editors/emacs/emacs-27.1-r4.ebuild
+++ b/app-editors/emacs/emacs-27.1-r4.ebuild
@@ -413,7 +413,7 @@ src_install() {
tc-is-cross-compiler && DOC_CONTENTS+="\\n\\nEmacs did not write
a portable dump file due to being cross-compiled.
To create this file at run time, execute the following command:
- \\n${EMACS_SUFFIX} --batch --eval='(dump-emacs-portable
+ \\n${EMACS_SUFFIX} --batch -Q --eval='(dump-emacs-portable
\"/usr/libexec/emacs/${FULL_VERSION}/${CHOST}/emacs.pdmp\")'"
readme.gentoo_create_doc
}