summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-02-24 18:10:37 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-02-24 18:10:37 +0200
commit4cfdfb88f2df227659b8fab00bb897d043389ed4 (patch)
treeb1364075e3922c74006267a51fe6fc0f5aaa9c51 /app-text/hunspell
parentapp-dicts/myspell-uk: Stabilize 6.0.1 ALLARCHES, #896284 (diff)
downloadgentoo-4cfdfb88f2df227659b8fab00bb897d043389ed4.tar.gz
gentoo-4cfdfb88f2df227659b8fab00bb897d043389ed4.tar.bz2
gentoo-4cfdfb88f2df227659b8fab00bb897d043389ed4.zip
app-text/hunspell: Stabilize 1.7.2 ppc64, #896286
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text/hunspell')
-rw-r--r--app-text/hunspell/hunspell-1.7.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/hunspell/hunspell-1.7.2.ebuild b/app-text/hunspell/hunspell-1.7.2.ebuild
index fa4279305dc0..eed13fa76f45 100644
--- a/app-text/hunspell/hunspell-1.7.2.ebuild
+++ b/app-text/hunspell/hunspell-1.7.2.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
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/hunspell/hunspell/releases/download/v${PV}/${P}.tar.
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
SLOT="0/$(ver_cut 1-2)"
IUSE="ncurses nls readline static-libs"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
ncurses? ( sys-libs/ncurses:= )