diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-02-13 11:18:08 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-02-13 11:36:37 +0100 |
commit | 01be3fb010098329cb41d9d941209d217548e430 (patch) | |
tree | 561e4016fc760b4a521f42946e722a78b1667be4 /app-editors/emacs | |
parent | www-apache/mod_nss: Remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | app-editors/emacs/emacs-27.1-r4.ebuild | 2 | ||||
-rw-r--r-- | app-editors/emacs/emacs-27.1.91-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/emacs/emacs-27.1.9999-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/emacs/emacs-28.0.9999.ebuild | 2 |
4 files changed, 4 insertions, 4 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 } diff --git a/app-editors/emacs/emacs-27.1.91-r1.ebuild b/app-editors/emacs/emacs-27.1.91-r1.ebuild index f158a3cfe91d..50a0f78c3c66 100644 --- a/app-editors/emacs/emacs-27.1.91-r1.ebuild +++ b/app-editors/emacs/emacs-27.1.91-r1.ebuild @@ -412,7 +412,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 } diff --git a/app-editors/emacs/emacs-27.1.9999-r1.ebuild b/app-editors/emacs/emacs-27.1.9999-r1.ebuild index 6ffdda65f730..4b787936fc98 100644 --- a/app-editors/emacs/emacs-27.1.9999-r1.ebuild +++ b/app-editors/emacs/emacs-27.1.9999-r1.ebuild @@ -412,7 +412,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 } diff --git a/app-editors/emacs/emacs-28.0.9999.ebuild b/app-editors/emacs/emacs-28.0.9999.ebuild index e0903a5c2b01..af22d98f0305 100644 --- a/app-editors/emacs/emacs-28.0.9999.ebuild +++ b/app-editors/emacs/emacs-28.0.9999.ebuild @@ -396,7 +396,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 } |