diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 14:50:29 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 14:50:29 +0200 |
commit | fcb55e8c27260c22e511c27871d40f4701a45e4c (patch) | |
tree | 0855779a3e5b9f5f455a4e0464a024f2a8877565 /app-dicts/myspell-en | |
parent | app-dicts/myspell-de: Stabilize 2017.01.12-r1 ALLARCHES, #889366 (diff) | |
download | gentoo-fcb55e8c27260c22e511c27871d40f4701a45e4c.tar.gz gentoo-fcb55e8c27260c22e511c27871d40f4701a45e4c.tar.bz2 gentoo-fcb55e8c27260c22e511c27871d40f4701a45e4c.zip |
app-dicts/myspell-en: Stabilize 20221101 ALLARCHES, #889366
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-en')
-rw-r--r-- | app-dicts/myspell-en/myspell-en-20221101.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/myspell-en/myspell-en-20221101.ebuild b/app-dicts/myspell-en/myspell-en-20221101.ebuild index d7e9c242976a..3b71464a1daa 100644 --- a/app-dicts/myspell-en/myspell-en-20221101.ebuild +++ b/app-dicts/myspell-en/myspell-en-20221101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1667030586/dict- LICENSE="BSD MIT LGPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" ) IUSE+="${PLOCALES[@]/#/l10n_}" |