diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-12-15 16:10:36 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-21 11:36:55 +0800 |
commit | 7e986f5f6d493a0473a7c82216b814ab145160a9 (patch) | |
tree | 978a7a22bb2276713d2986b30bfac8d54d6d6d10 /app-text/unac | |
parent | app-text/pdfgrep: keyword ~riscv (diff) | |
download | gentoo-7e986f5f6d493a0473a7c82216b814ab145160a9.tar.gz gentoo-7e986f5f6d493a0473a7c82216b814ab145160a9.tar.bz2 gentoo-7e986f5f6d493a0473a7c82216b814ab145160a9.zip |
app-text/unac: keyword ~riscv
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-text/unac')
-rw-r--r-- | app-text/unac/unac-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/unac/unac-1.8.0.ebuild b/app-text/unac/unac-1.8.0.ebuild index fee2c8d8d145..7915104bafe9 100644 --- a/app-text/unac/unac-1.8.0.ebuild +++ b/app-text/unac/unac-1.8.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/u/unac/${P/-/_}.orig.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" |