diff options
author | Sam James <sam@gentoo.org> | 2023-09-06 07:46:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-06 07:46:36 +0100 |
commit | c657f0b07575067d7d80eebf6168c1b4f801ac9a (patch) | |
tree | 42cf0805e99f1917343a9189291a1935a66cbc34 /app-text/nuspell | |
parent | app-text/nuspell: Stabilize 5.1.3 x86, #913640 (diff) | |
download | gentoo-c657f0b07575067d7d80eebf6168c1b4f801ac9a.tar.gz gentoo-c657f0b07575067d7d80eebf6168c1b4f801ac9a.tar.bz2 gentoo-c657f0b07575067d7d80eebf6168c1b4f801ac9a.zip |
app-text/nuspell: Stabilize 5.1.3 amd64, #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 0d1fb9f325ed..18d0806fde8f 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" |