summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-07-21 21:07:34 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-07-21 21:07:34 -0700
commitf4aaf8d5b92870763537598643f3174c4c4bd3e1 (patch)
treedd72b065676edd7cb82a314a46309e200e26d280 /app-shells
parentapp-shells/fzy: sync live ebuild keywords (diff)
downloadgentoo-f4aaf8d5b92870763537598643f3174c4c4bd3e1.tar.gz
gentoo-f4aaf8d5b92870763537598643f3174c4c4bd3e1.tar.bz2
gentoo-f4aaf8d5b92870763537598643f3174c4c4bd3e1.zip
app-shells/fzy: fix live ebuild keywords
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/fzy/fzy-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fzy/fzy-9999.ebuild b/app-shells/fzy/fzy-9999.ebuild
index 6d586f7f14ce..702455296c5c 100644
--- a/app-shells/fzy/fzy-9999.ebuild
+++ b/app-shells/fzy/fzy-9999.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/jhawthorn/fzy.git"
else
SRC_URI="https://github.com/jhawthorn/${PN}/releases/download/${PV}/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
fi
DESCRIPTION="Fuzzy text selector (interactive grep) for console"