commit: f9cd18b4532e4c1442f7d3ebfaa5146c68e9ba60 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Jul 23 13:06:46 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Jul 23 13:07:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cd18b4
app-emacs/wanderlust: Fix README.ja.md filename Closes: https://bugs.gentoo.org/803506 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild index 32ad7b2b893..036441e2b35 100644 --- a/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild @@ -53,6 +53,6 @@ src_install() { if use l10n_ja; then insinto "${SITEETC}/wl/samples/ja" doins samples/ja/* - dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja + dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja.md fi }
