From: Georgy Yakovlev Date: Sun, 27 Jan 2019 11:14:16 +0000 (-0800) Subject: app-shells/fzy: add ~arm64 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b1ffd6d43e4ea5e57e83171a6edcc972c2878145;p=gentoo.git app-shells/fzy: add ~arm64 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- 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"