diff options
author | Sam James <sam@gentoo.org> | 2022-10-13 23:35:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-13 23:35:58 +0100 |
commit | 5cb2b289e5e12984f415df0d21f788bf26fc6510 (patch) | |
tree | eb67efa9c0237c142a2a3f5c3356031b00c35ef8 /app-text | |
parent | sys-libs/compiler-rt: Stabilize 14.0.6-r1 amd64, #877045 (diff) | |
download | gentoo-5cb2b289e5e12984f415df0d21f788bf26fc6510.tar.gz gentoo-5cb2b289e5e12984f415df0d21f788bf26fc6510.tar.bz2 gentoo-5cb2b289e5e12984f415df0d21f788bf26fc6510.zip |
app-text/hunspell: Stabilize 1.7.1 amd64, #877029
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hunspell/hunspell-1.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/hunspell/hunspell-1.7.1.ebuild b/app-text/hunspell/hunspell-1.7.1.ebuild index fa4279305dc0..a09141ffd670 100644 --- a/app-text/hunspell/hunspell-1.7.1.ebuild +++ b/app-text/hunspell/hunspell-1.7.1.ebuild @@ -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:= ) |