diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-09-20 18:16:39 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-09-20 18:16:39 +0200 |
commit | 668c84047b57c7b273097a1eff2cd243f78247bd (patch) | |
tree | 6fd358605a04aa1f677da8017158682cf8b76dc4 /app-editors | |
parent | dev-libs/openssl: destabilize 3.0.11 (diff) | |
download | gentoo-668c84047b57c7b273097a1eff2cd243f78247bd.tar.gz gentoo-668c84047b57c7b273097a1eff2cd243f78247bd.tar.bz2 gentoo-668c84047b57c7b273097a1eff2cd243f78247bd.zip |
app-editors/emacs: Make the small-ja-dic flag actually work
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 (renamed from app-editors/emacs/emacs-29.1-r2.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-editors/emacs/emacs-29.1-r2.ebuild b/app-editors/emacs/emacs-29.1-r3.ebuild index 8e2614e47f31..9646566ac4eb 100644 --- a/app-editors/emacs/emacs-29.1-r2.ebuild +++ b/app-editors/emacs/emacs-29.1-r3.ebuild @@ -196,6 +196,10 @@ src_prepare() { | sed -n '/^libraries:/{s:^[^/]*::;p}') fi + if use small-ja-dic; then + rm -rf lisp/leim/ja-dic || die + fi + default # Fix filename reference in redirected man page |