diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-09-20 20:41:44 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-09-20 20:42:26 +0200 |
commit | a5b7da7ff619d00d77fd5a9a222412b6a69cc267 (patch) | |
tree | 90eecde9b879e00f5ee9d568c00f82666c66e793 /app-editors | |
parent | dev-qt/qtwebengine: extend -g warning and increase visibility (diff) | |
download | gentoo-a5b7da7ff619d00d77fd5a9a222412b6a69cc267.tar.gz gentoo-a5b7da7ff619d00d77fd5a9a222412b6a69cc267.tar.bz2 gentoo-a5b7da7ff619d00d77fd5a9a222412b6a69cc267.zip |
app-editors/emacs: Add a comment
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-29.1-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-editors/emacs/emacs-29.1-r3.ebuild b/app-editors/emacs/emacs-29.1-r3.ebuild index 9646566ac4eb..3a97a5dccaf8 100644 --- a/app-editors/emacs/emacs-29.1-r3.ebuild +++ b/app-editors/emacs/emacs-29.1-r3.ebuild @@ -197,6 +197,7 @@ src_prepare() { fi if use small-ja-dic; then + # Remove pre-built dictionary https://debbugs.gnu.org/66125 rm -rf lisp/leim/ja-dic || die fi |