diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-13 16:15:08 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-13 16:15:08 +0200 |
commit | 5a491f882dcb71b5ad5dbe8bb76ae1f9803d978a (patch) | |
tree | ce09de56103432391ef07cde87e23ac97195866d /app-text | |
parent | dev-java/antlr: Stabilize 3.5.3 x86, #843767 (diff) | |
download | gentoo-5a491f882dcb71b5ad5dbe8bb76ae1f9803d978a.tar.gz gentoo-5a491f882dcb71b5ad5dbe8bb76ae1f9803d978a.tar.bz2 gentoo-5a491f882dcb71b5ad5dbe8bb76ae1f9803d978a.zip |
app-text/nuspell: Stabilize 5.1.0 x86, #843809
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/nuspell/nuspell-5.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/nuspell/nuspell-5.1.0.ebuild b/app-text/nuspell/nuspell-5.1.0.ebuild index 7ed63d9c1c4f..883038f36ae7 100644 --- a/app-text/nuspell/nuspell-5.1.0.ebuild +++ b/app-text/nuspell/nuspell-5.1.0.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 ~x86" +KEYWORDS="amd64 x86" IUSE="doc test" RDEPEND=">=dev-libs/icu-60" |