diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-23 15:06:46 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-23 15:07:02 +0200 |
commit | f9cd18b4532e4c1442f7d3ebfaa5146c68e9ba60 (patch) | |
tree | 054d357955bb27ccc3d54692daa2d072bb2247e6 /app-emacs/wanderlust | |
parent | dev-python/requests: tests bdepend on dev-python/trustme (diff) | |
download | gentoo-f9cd18b4532e4c1442f7d3ebfaa5146c68e9ba60.tar.gz gentoo-f9cd18b4532e4c1442f7d3ebfaa5146c68e9ba60.tar.bz2 gentoo-f9cd18b4532e4c1442f7d3ebfaa5146c68e9ba60.zip |
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@gentoo.org>
Diffstat (limited to 'app-emacs/wanderlust')
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild index 32ad7b2b8934..036441e2b356 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 } |