diff options
author | Sam James <sam@gentoo.org> | 2023-09-06 07:46:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-06 07:46:35 +0100 |
commit | 42475121e4a9a89682883cac07a03fc795a6940a (patch) | |
tree | 8134f16eedb26ce3a5f62396b4413bbc92f01a4e /app-text/nuspell | |
parent | net-analyzer/sslscan: add 2.1.0 (diff) | |
download | gentoo-42475121e4a9a89682883cac07a03fc795a6940a.tar.gz gentoo-42475121e4a9a89682883cac07a03fc795a6940a.tar.bz2 gentoo-42475121e4a9a89682883cac07a03fc795a6940a.zip |
app-text/nuspell: Stabilize 5.1.3 x86, #913640
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/nuspell')
-rw-r--r-- | app-text/nuspell/nuspell-5.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/nuspell/nuspell-5.1.3.ebuild b/app-text/nuspell/nuspell-5.1.3.ebuild index c90ea9e71d03..0d1fb9f325ed 100644 --- a/app-text/nuspell/nuspell-5.1.3.ebuild +++ b/app-text/nuspell/nuspell-5.1.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nuspell/nuspell/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-3+" SLOT="0/5" # due to libnuspell.so.5 -KEYWORDS="~amd64 ~loong ~riscv ~x86" +KEYWORDS="~amd64 ~loong ~riscv x86" IUSE="doc test" RDEPEND=">=dev-libs/icu-60" |