summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2019-01-27 03:14:16 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-01-27 03:15:50 -0800
commitb1ffd6d43e4ea5e57e83171a6edcc972c2878145 (patch)
treee72c43afb6b81967f8b40b896a32c53fa494ec3c /app-shells/fzy
parentsys-apps/ripgrep: add ~arm64 (diff)
downloadgentoo-b1ffd6d43e4ea5e57e83171a6edcc972c2878145.tar.gz
gentoo-b1ffd6d43e4ea5e57e83171a6edcc972c2878145.tar.bz2
gentoo-b1ffd6d43e4ea5e57e83171a6edcc972c2878145.zip
app-shells/fzy: add ~arm64
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells/fzy')
-rw-r--r--app-shells/fzy/fzy-1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fzy/fzy-1.0.ebuild b/app-shells/fzy/fzy-1.0.ebuild
index 5ae58b36b8b6..a3c83e613fea 100644
--- a/app-shells/fzy/fzy-1.0.ebuild
+++ b/app-shells/fzy/fzy-1.0.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 x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="Fuzzy text selector (interactive grep) for console"