diff options
author | Alex Fan <alex.fan.q@gmail.com> | 2022-05-16 13:08:16 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-05-16 16:28:18 +0800 |
commit | 87b9f98e8055e8968770660a47203e79e97c0682 (patch) | |
tree | dc09c988657e176a0b90271e141d984594358e45 /app-text | |
parent | profiles/arch/riscv: mask app-text/nuspell[doc] (diff) | |
download | gentoo-87b9f98e8055e8968770660a47203e79e97c0682.tar.gz gentoo-87b9f98e8055e8968770660a47203e79e97c0682.tar.bz2 gentoo-87b9f98e8055e8968770660a47203e79e97c0682.zip |
app-text/nuspell: keyword 5.1.0 for ~riscv
Signed-off-by: Alex Fan <alex.fan.q@gmail.com>
Signed-off-by: Yixun Lan <dlan@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 883038f36ae7..7ce026ab1947 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 ~riscv x86" IUSE="doc test" RDEPEND=">=dev-libs/icu-60" |