diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-07-12 18:31:03 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-07-12 18:32:12 +0300 |
commit | e3fa6ff9ae03b20dca7f7de707294262f5ed1967 (patch) | |
tree | 572de5e4f44f6953810c0aa9bb52816cea2c8599 | |
parent | gui-apps/waybar: fix build with libfmt-8 (diff) | |
download | gentoo-e3fa6ff9ae03b20dca7f7de707294262f5ed1967.tar.gz gentoo-e3fa6ff9ae03b20dca7f7de707294262f5ed1967.tar.bz2 gentoo-e3fa6ff9ae03b20dca7f7de707294262f5ed1967.zip |
app-dicts/myspell-en: fix 20210601 to install en_US.dic
Bug: https://bugs.gentoo.org/731704
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | app-dicts/myspell-en/myspell-en-20210601-r2.ebuild (renamed from app-dicts/myspell-en/myspell-en-20210601-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild index fca6fa3ff16d..f4ccd7d28f0b 100644 --- a/app-dicts/myspell-en/myspell-en-20210601-r1.ebuild +++ b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild @@ -26,6 +26,7 @@ src_prepare() { "th_en_US_v2.dat" "th_en_US_v2.idx" ) + MYSPELL_HYPH+=( "hyph_en_US.dic" ) fi MYSPELL_DICT=( ) |