summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-09-20 20:41:44 +0200
committerUlrich Müller <ulm@gentoo.org>2023-09-20 20:42:26 +0200
commita5b7da7ff619d00d77fd5a9a222412b6a69cc267 (patch)
tree90eecde9b879e00f5ee9d568c00f82666c66e793 /app-editors
parentdev-qt/qtwebengine: extend -g warning and increase visibility (diff)
downloadgentoo-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.ebuild1
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