diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-20 11:42:13 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-20 11:42:13 +0200 |
commit | 785d4e045f7b1b8d49118aaa19ed2e98ad580ae6 (patch) | |
tree | 0eb2451420c73bbbbabcb752e7622abc0cecb641 /app-text/enchant | |
parent | app-cdr/brasero: Stabilize 3.12.3 ppc64, #831048 (diff) | |
download | gentoo-785d4e045f7b1b8d49118aaa19ed2e98ad580ae6.tar.gz gentoo-785d4e045f7b1b8d49118aaa19ed2e98ad580ae6.tar.bz2 gentoo-785d4e045f7b1b8d49118aaa19ed2e98ad580ae6.zip |
app-text/enchant: Stabilize 2.3.2 ppc64, #831048
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text/enchant')
-rw-r--r-- | app-text/enchant/enchant-2.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/enchant/enchant-2.3.2.ebuild b/app-text/enchant/enchant-2.3.2.ebuild index 1c7845af2065..f417e867c9d3 100644 --- a/app-text/enchant/enchant-2.3.2.ebuild +++ b/app-text/enchant/enchant-2.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz LICENSE="LGPL-2.1+" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="aspell +hunspell test voikko" REQUIRED_USE="|| ( hunspell aspell )" |